|
HDK
|
#include <XUSD_Utils.h>
Classes | |
| struct | CustomAttrib |
Public Attributes | |
| GfCamera | myCamera |
| double | myShutterOpen = 0.0 |
| double | myShutterClose = 0.0 |
| float | myGuideScale = 1.0 |
| double | myImagingDistance = 0.0 |
| TfTokenVector | myAPISchemas |
| UT_Array< CustomAttrib > | myCustomAttribs |
Intermediate format for USD camera parameters. This allows reusing the UT_CameraParms conversion logic for multiple code paths (translating to USD, Hydra, etc)
Definition at line 755 of file XUSD_Utils.h.
| TfTokenVector XUSD_CameraParms::myAPISchemas |
Definition at line 782 of file XUSD_Utils.h.
| GfCamera XUSD_CameraParms::myCamera |
Definition at line 774 of file XUSD_Utils.h.
| UT_Array<CustomAttrib> XUSD_CameraParms::myCustomAttribs |
Definition at line 783 of file XUSD_Utils.h.
| float XUSD_CameraParms::myGuideScale = 1.0 |
Definition at line 777 of file XUSD_Utils.h.
| double XUSD_CameraParms::myImagingDistance = 0.0 |
Definition at line 778 of file XUSD_Utils.h.
| double XUSD_CameraParms::myShutterClose = 0.0 |
Definition at line 776 of file XUSD_Utils.h.
| double XUSD_CameraParms::myShutterOpen = 0.0 |
Definition at line 775 of file XUSD_Utils.h.