HDK
|
#include <geomSubset.h>
Public Types | |
enum | Type { TypeFaceSet } |
Public Attributes | |
Type | type |
The type of elements this geometry subset includes. More... | |
SdfPath | id |
The path used to identify this subset in the scene. More... | |
SdfPath | materialId |
The path used to identify this material bound to the subset. More... | |
VtIntArray | indices |
The list of element indices contained in the subset. More... | |
Describes a subset of a piece of geometry as a set of indices.
Definition at line 40 of file geomSubset.h.
enum HdGeomSubset::Type |
Enumerator | |
---|---|
TypeFaceSet |
A subset of faces. |
Definition at line 41 of file geomSubset.h.
SdfPath HdGeomSubset::id |
The path used to identify this subset in the scene.
Definition at line 52 of file geomSubset.h.
VtIntArray HdGeomSubset::indices |
The list of element indices contained in the subset.
Definition at line 56 of file geomSubset.h.
SdfPath HdGeomSubset::materialId |
The path used to identify this material bound to the subset.
Definition at line 54 of file geomSubset.h.
Type HdGeomSubset::type |
The type of elements this geometry subset includes.
Definition at line 50 of file geomSubset.h.