7#ifndef PXR_IMAGING_HD_GEOM_SUBSET_H
8#define PXR_IMAGING_HD_GEOM_SUBSET_H
11#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/version.h"
13#include "pxr/usd/sdf/path.h"
17PXR_NAMESPACE_OPEN_SCOPE
43typedef std::vector<HdGeomSubset> HdGeomSubsets;
48PXR_NAMESPACE_CLOSE_SCOPE
A path value used to locate objects in layers or scenegraphs.
Describes a subset of a piece of geometry as a set of indices.
@ TypeFaceSet
A subset of faces.
VtIntArray indices
The list of element indices contained in the subset.
SdfPath id
The path used to identify this subset in the scene.
SdfPath materialId
The path used to identify this material bound to the subset.
Type type
The type of elements this geometry subset includes.