Obj |
public class ObjMeshGroup
The ObjMeshGroup type exposes the following members.
Name | Description | |
---|---|---|
ObjMeshGroup | Constructor | |
ObjMeshGroup(String) | Constructor |
Name | Description | |
---|---|---|
Material | Gets or sets a material that is used for faces in this group. | |
Name | Gets or sets the name of the group. | |
NormalIndexes | Gets a list of normal indexes that specify which normal from the parent ObjFileData are used for this group. | |
PolygonIndexes | Gets a list of position indexes that define the polygons. | |
PositionIndexes | Gets a list of position indexes that specify which positions from the parent ObjFileData are used for this group. | |
TextureCoordinateIndexes | Gets a list of texture coordinate indexes that specify which texture coordinate from the parent ObjFileData are used for this group. |
Name | Description | |
---|---|---|
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |