Public Member Functions | |
| HRESULT | Clear (void) |
| HRESULT | CameraType ([out, retval] ECameraType *peCamType) |
| HRESULT | CameraType ([in] ECameraType eCamType) |
| HRESULT | FOV ([out, retval] RtFloat *fpFov) |
| HRESULT | FOV ([in] RtFloat fFov) |
| HRESULT | ClippingNear ([out, retval] RtFloat *pfClippingNear) |
| HRESULT | ClippingNear ([in] RtFloat fClippingNear) |
| HRESULT | ClippingFar ([out, retval] RtFloat *pfClippingFar) |
| HRESULT | ClippingFar ([in] RtFloat fClippingFar) |
| HRESULT | FocusDistance ([out, retval] RtFloat *pfFocusDistance) |
| HRESULT | FocusDistance ([in] RtFloat fFocusDistance) |
| HRESULT | AspectRatio ([out, retval] RtFloat *pfVal) |
| HRESULT | AspectRatio ([in] RtFloat fVal) |
| HRESULT | IsHorizontalFOV ([out, retval] RtBOOL *pfVal) |
| HRESULT | IsHorizontalFOV ([in] RtBOOL fVal) |
|
|
Clear contents of the object |
|
|
Return the camera type
|
|
|
Set the camera type
|
|
|
Return the camera FOV
|
|
|
Set the camera FOV
|
|
|
Return the camera ClippingNear
|
|
|
Set the camera ClippingNear
|
|
|
Return the camera ClippingFar
|
|
|
Set the camera ClippingFar
|
|
|
Return the camera FocusDistance
|
|
|
Set the camera FocusDistance
|
|
|
Return the camera AspectRatio
|
|
|
Set the camera AspectRatio
|
|
|
Return the camera FOV type
|
|
|
Set the camera FOV type
|
1.3.2