Class ObjFace

ObjFace class

Represents the face object for OBJ image. It stores indices of vertex, texture and normal.

public class ObjFace

Constructors

NameDescription
ObjFace()The default constructor.

Properties

NameDescription
VertexTextureNormals { get; set; }Gets or sets the vertex texture normal indexes collection.

See Also