FaceVertex

data class FaceVertex(positionIndex: Int, texCoordIndex: Int, normalIndex: Int)

Indices for a single face vertex.

Constructors

FaceVertex
Link copied to clipboard
common
fun FaceVertex(positionIndex: Int, texCoordIndex: Int, normalIndex: Int)

Properties

normalIndex
Link copied to clipboard
common
val normalIndex: Int
Index of the normal vector.
positionIndex
Link copied to clipboard
common
val positionIndex: Int
Index of the vertex position.
texCoordIndex
Link copied to clipboard
common
val texCoordIndex: Int
Index of the texture coordinates.