HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
XUSD_CameraParms Struct Reference

#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< CustomAttribmyCustomAttribs
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: