Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains position, normal and uv vectors for a vertex

Hierarchy

  • PositionNormalTextureVertex

Index

Constructors

Properties

Methods

Constructors

  • Creates a PositionNormalTextureVertex

    Parameters

    • Optional position: Vector3

      the position of the vertex (defaut: 0,0,0)

    • Optional normal: Vector3

      the normal of the vertex (defaut: 0,1,0)

    • Optional uv: Vector2

      the uv of the vertex (default: 0,0)

    Returns PositionNormalTextureVertex

Properties

normal: Vector3

the normal of the vertex (defaut: 0,1,0)

position: Vector3

the position of the vertex (defaut: 0,0,0)

the uv of the vertex (default: 0,0)

Methods

  • Clones the PositionNormalTextureVertex

    Returns PositionNormalTextureVertex

    the cloned PositionNormalTextureVertex

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme