|
Blender
V3.3
|
#include <volume.h>
Public Member Functions | |
| HdCyclesVolume (const PXR_NS::SdfPath &rprimId, const PXR_NS::SdfPath &instancerId={}) | |
| ~HdCyclesVolume () override | |
| PXR_NS::HdDirtyBits | GetInitialDirtyBitsMask () const override |
Public Member Functions inherited from HdCyclesGeometry< PXR_NS::HdVolume, CCL_NS::Volume > | |
| HdCyclesGeometry (const PXR_NS::SdfPath &rprimId, const PXR_NS::SdfPath &instancerId) | |
| void | Sync (PXR_NS::HdSceneDelegate *sceneDelegate, PXR_NS::HdRenderParam *renderParam, PXR_NS::HdDirtyBits *dirtyBits, const PXR_NS::TfToken &reprToken) override |
| PXR_NS::HdDirtyBits | GetInitialDirtyBitsMask () const override |
| virtual void | Finalize (PXR_NS::HdRenderParam *renderParam) override |
Additional Inherited Members | |
Protected Member Functions inherited from HdCyclesGeometry< PXR_NS::HdVolume, CCL_NS::Volume > | |
| void | _InitRepr (const PXR_NS::TfToken &reprToken, PXR_NS::HdDirtyBits *dirtyBits) override |
| PXR_NS::HdDirtyBits | _PropagateDirtyBits (PXR_NS::HdDirtyBits bits) const override |
| PXR_NS::HdInterpolation | GetPrimvarInterpolation (PXR_NS::HdSceneDelegate *sceneDelegate, const PXR_NS::TfToken &name) const |
Protected Attributes inherited from HdCyclesGeometry< PXR_NS::HdVolume, CCL_NS::Volume > | |
| CCL_NS::Volume * | _geom |
| std::vector< CCL_NS::Object * > | _instances |
Definition at line 14 of file hydra/volume.h.
| HdCyclesVolume::HdCyclesVolume | ( | const PXR_NS::SdfPath & | rprimId, |
| const PXR_NS::SdfPath & | instancerId = {} |
||
| ) |
Definition at line 18 of file hydra/volume.cpp.
|
override |
Definition at line 33 of file hydra/volume.cpp.
|
override |
Definition at line 37 of file hydra/volume.cpp.
References HdCyclesGeometry< Base, CyclesBase >::GetInitialDirtyBitsMask().