![]() |
Describes a subset of a piece of geometry as a set of indices. More...
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 Type |
| Enumerator | |
|---|---|
| TypeFaceSet |
A subset of faces. |
Definition at line 41 of file geomSubset.h.
| SdfPath id |
The path used to identify this subset in the scene.
Definition at line 52 of file geomSubset.h.
| VtIntArray indices |
The list of element indices contained in the subset.
Definition at line 56 of file geomSubset.h.
| SdfPath materialId |
The path used to identify this material bound to the subset.
Definition at line 54 of file geomSubset.h.
| Type type |
The type of elements this geometry subset includes.
Definition at line 50 of file geomSubset.h.