FaceVertex

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

Indices for a single face vertex.

Constructors

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

Properties

normalIndex
Link copied to clipboard
val normalIndex: Int

Index of the normal vector.

positionIndex
Link copied to clipboard
val positionIndex: Int

Index of the vertex position.

texCoordIndex
Link copied to clipboard
val texCoordIndex: Int

Index of the texture coordinates.