24 #ifndef PXR_IMAGING_HD_COORD_SYS_H 25 #define PXR_IMAGING_HD_COORD_SYS_H 28 #include "pxr/imaging/hd/api.h" 29 #include "pxr/imaging/hd/version.h" 30 #include "pxr/imaging/hd/sprim.h" 32 PXR_NAMESPACE_OPEN_SCOPE
65 enum DirtyBits : HdDirtyBits {
67 DirtyTransform = 1 << 0,
68 AllDirty = DirtyTransform
81 PXR_NAMESPACE_CLOSE_SCOPE
83 #endif // PXR_IMAGING_HD_COORD_SYS_H TfToken GetName() const
Returns the name bound to this coordinate system.
Token for efficient comparison, assignment, and hashing of known strings.
A path value used to locate objects in layers or scenegraphs.
Sprim (state prim) is a base class of managing state for non-drawable scene entity (e....
HdCoordSys representes a coordinate system as a Hydra state prim.