FaceVertex

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

Indices for a single face vertex.

Constructors

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

Properties

Link copied to clipboard

Index of the normal vector.

Link copied to clipboard

Index of the vertex position.

Link copied to clipboard

Index of the texture coordinates.