6 #ifndef PXR_IMAGING_HDSI_NURBS_APPROXIMATING_SCENE_INDEX_H 7 #define PXR_IMAGING_HDSI_NURBS_APPROXIMATING_SCENE_INDEX_H 10 #include "pxr/imaging/hdsi/api.h" 11 #include "pxr/imaging/hd/filteringSceneIndex.h" 13 PXR_NAMESPACE_OPEN_SCOPE
29 static HdsiNurbsApproximatingSceneIndexRefPtr
30 New(
const HdSceneIndexBaseRefPtr &inputSceneIndex);
39 const HdSceneIndexBaseRefPtr &inputSceneIndex);
54 PXR_NAMESPACE_CLOSE_SCOPE
56 #endif //PXR_IMAGING_HDSI_NURBS_APPROXIMATING_SCENE_INDEX_H
Converts prims of type nurbsCurves and nurbsPatches to basisCurves and mesh, respectively.
HDSI_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
Returns a pair of (prim type, datasource).
Small struct representing a 'prim' in the Hydra scene index.
Abstract interface to scene data.
A path value used to locate objects in layers or scenegraphs.
#define TF_DECLARE_REF_PTRS(type)
Define standard ref pointer types.
HDSI_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
Returns the paths of all scene index prims located immediately below primPath.