Class ObjShape

ObjShape class

Represents a shape object for OBJ format. Contains information about set of faces with corresponding material, vertex, texture, and normal indices.

public class ObjShape

Constructors

NameDescription
ObjShape()Initializes a new instance of the class.

Properties

NameDescription
Faces { get; set; }Gets or sets the faces.
MaterialId { get; set; }Gets or sets the material identifier.
Name { get; set; }Gets or sets the name.

See Also