Table of Contents

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

int

PositionIndex

The index of the position component.

public int PositionIndex

Field Value

int

TexCoordIndex

The index of the texture coordinate component.

public int TexCoordIndex

Field Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.