Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Vertex

Hierarchy

  • Vertex

Implements

Index

Constructors

constructor

Properties

color0

color0: Color4

normal

normal: Vector3

position

position: Vector3

tangent

tangent: Vector4

texCoord0

texCoord0: Vector2

texCoord1

texCoord1: Vector2

Static colorAttribute

colorAttribute: VertexAttribute = new ColorAttribute(0)

Static normalAttribute

normalAttribute: VertexAttribute = new NormalAttribute()

Static positionAttribute

positionAttribute: VertexAttribute = new PositionAttribute()

Static tangentAttribute

tangentAttribute: VertexAttribute = new TangentAttribute()

Static texCoordAttribute

texCoordAttribute: VertexAttribute[] = [new TexCoordAttribute(0),new TexCoordAttribute(1)]