HDK
|
#include <field.h>
Public Member Functions | |
HDST_API | HdStField (SdfPath const &id, TfToken const &fieldType) |
For now, only fieldType HdStTokens->openvdbAsset is supported. More... | |
HDST_API | ~HdStField () override |
HDST_API void | Sync (HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override |
Loads field as 3d texture to generate GetFieldResource. More... | |
HDST_API HdDirtyBits | GetInitialDirtyBitsMask () const override |
HDST_API HdStTextureIdentifier const & | GetTextureIdentifier () const |
Initialized by Sync. More... | |
size_t | GetTextureMemory () const |
Get memory request for this field. More... | |
Public Member Functions inherited from HdField | |
HD_API | HdField (SdfPath const &id) |
HD_API | ~HdField () override |
Public Member Functions inherited from HdBprim | |
HD_API | HdBprim (SdfPath const &id) |
virtual HD_API | ~HdBprim () |
SdfPath const & | GetId () const |
virtual HD_API void | Finalize (HdRenderParam *renderParam) |
Static Public Member Functions | |
static HDST_API const TfTokenVector & | GetSupportedBprimTypes () |
Bprim types handled by this class. More... | |
static HDST_API bool | IsSupportedBprimType (const TfToken &bprimType) |
Can bprim type be handled by this class. More... | |
Additional Inherited Members | |
Public Types inherited from HdField | |
enum | DirtyBits : HdDirtyBits { Clean = 0, DirtyTransform = 1 << 0, DirtyParams = 1 << 1, AllDirty } |
For now, only fieldType HdStTokens->openvdbAsset is supported.
|
override |
|
overridevirtual |
Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim. Typically this would be all dirty bits.
Implements HdBprim.
|
static |
Bprim types handled by this class.
|
inline |
|
inline |
Can bprim type be handled by this class.
|
overridevirtual |
Loads field as 3d texture to generate GetFieldResource.
Implements HdBprim.