Vertex
constructor(position: Position = Position(), normal: Direction? = null, uvCoordinate: UvCoordinate? = null, color: Color? = null)
Parameters
uvCoordinate
Represents a texture Coordinate for a Vertex. Values should be between 0 and 1.
Represents a texture Coordinate for a Vertex. Values should be between 0 and 1.