Click or drag to resize
Ab4d.SharpEngine logo

ObjMeshGroup Class

ObjMeshGroup is used to group faces inside obj mesh.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.ObjFileObjMeshGroup

Namespace: Ab4d.SharpEngine.ObjFile
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class ObjMeshGroup

The ObjMeshGroup type exposes the following members.

Constructors
 NameDescription
Public methodObjMeshGroup Constructor
Public methodObjMeshGroup(String) Constructor
Top
Properties
 NameDescription
Public propertyMaterial Gets or sets a material that is used for faces in this group.
Public propertyName Gets or sets the name of the group.
Public propertyNormalIndexes Gets a list of normal indexes that specify which normal from the parent ObjFileData are used for this group.
Public propertyPolygonIndexes Gets a list of position indexes that define the polygons.
Public propertyPositionIndexes Gets a list of position indexes that specify which positions from the parent ObjFileData are used for this group.
Public propertyTextureCoordinateIndexes Gets a list of texture coordinate indexes that specify which texture coordinate from the parent ObjFileData are used for this group.
Top
Methods
 NameDescription
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also