Struct ObjFile.FaceVertex
- Namespace
- NeoVeldrid.Utilities
- Assembly
- NeoVeldrid.Utilities.dll
An OBJ file construct describing the indices of vertex components.
public struct ObjFile.FaceVertex
- Inherited Members
Fields
NormalIndex
The index of the normal component.
public int NormalIndex
Field Value
PositionIndex
The index of the position component.
public int PositionIndex
Field Value
TexCoordIndex
The index of the texture coordinate component.
public int TexCoordIndex
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.