FaceVertex
data class FaceVertex( val positionIndex: Int, val texCoordIndex: Int, val normalIndex: Int)
Content copied to clipboard
Indices for a single face vertex.
Constructors
Link copied to clipboard
fun FaceVertex( positionIndex: Int, texCoordIndex: Int, normalIndex: Int)
Content copied to clipboard