HDK
|
#include <HUSD_Imaging.h>
Public Attributes | |
fpreal | myViewAspectRatio |
fpreal | myAperture { 20.955 } |
fpreal | myHApertureOffset { 0.0 } |
fpreal | myVApertureOffset { 0.0 } |
UT_Matrix4D | myTransformMatrix { 1.0 } |
fpreal | myOrthoWidth { 2.0 } |
fpreal | myFocalLength { 50.0 } |
fpreal | myNearLimit { 0.01 } |
fpreal | myFarLimit { 100000.0 } |
int | myOrthoFlag { 1 } |
This struct holds the view metadata that's applied to the input layers before they're piped to slapcomp.
Definition at line 122 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myAperture { 20.955 } |
Definition at line 125 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myFarLimit { 100000.0 } |
Definition at line 132 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myFocalLength { 50.0 } |
Definition at line 130 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myHApertureOffset { 0.0 } |
Definition at line 126 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myNearLimit { 0.01 } |
Definition at line 131 of file HUSD_Imaging.h.
int HUSD_Imaging::SlapcompViewInfo::myOrthoFlag { 1 } |
Definition at line 133 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myOrthoWidth { 2.0 } |
Definition at line 129 of file HUSD_Imaging.h.
UT_Matrix4D HUSD_Imaging::SlapcompViewInfo::myTransformMatrix { 1.0 } |
Definition at line 128 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myVApertureOffset { 0.0 } |
Definition at line 127 of file HUSD_Imaging.h.
fpreal HUSD_Imaging::SlapcompViewInfo::myViewAspectRatio |
Definition at line 124 of file HUSD_Imaging.h.