Face Vertex
data class FaceVertex(positionIndex: Int, texCoordIndex: Int, normalIndex: Int)
Content copied to clipboard
Indices for a single face vertex.
Constructors
FaceVertex
Link copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
Properties
normalIndex
Link copied to clipboard
positionIndex
Link copied to clipboard
texCoordIndex
Link copied to clipboard