6#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MESHLIGHT_RESOLVING_SCENE_INDEX_H
7#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MESHLIGHT_RESOLVING_SCENE_INDEX_H
10#include "pxr/imaging/hd/filteringSceneIndex.h"
13PXR_NAMESPACE_OPEN_SCOPE
18class HdPrmanMeshLightResolvingSceneIndex :
22 static HdPrmanMeshLightResolvingSceneIndexRefPtr
23 New(
const HdSceneIndexBaseRefPtr& inputSceneIndex,
24 const bool disableDeformationMotionBlur =
false);
27 SdfPathVector GetChildPrimPaths(
const SdfPath &primPath)
const override;
30 HdPrmanMeshLightResolvingSceneIndex(
31 const HdSceneIndexBaseRefPtr& inputSceneIndex,
32 const bool disableDeformationMotionBlur =
false);
33 ~HdPrmanMeshLightResolvingSceneIndex();
53 void _RemoveMeshLight(
58 std::unordered_map<SdfPath, bool, SdfPath::Hash> _meshLights;
61 bool _disableDeformationMotionBlur;
64PXR_NAMESPACE_CLOSE_SCOPE
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.
Small struct representing a 'prim' in the Hydra scene index.