This reference page is linked to from the following overview topics: FBCamera - Cameras.
#include <fbmodel.h>

Public Member Functions |
|
| FBCameraStereo (char *pName, HIObject pObject=NULL) | |
| Constructor. |
|
Public Attributes |
|
| FBPropertyCameraStereoType | Stereo |
| Read Write Property: //!< This
property handles the types of Stereo camera. |
|
| FBPropertyAnimatableDouble | InteraxialSeparation |
| Read Write Property: This property
handles the distance between left and right cameras. |
|
| FBPropertyAnimatableDouble | ZeroParallax |
| Read Write Property: This property
handles the distance on the camera view axis where the zero
parallax plane occurs. |
|
| FBPropertyAnimatableDouble | ToeInAdjust |
| Read Write Property: This property is
to offset the computed toe-in effect when it's in Converged mode.
|
|
| FBPropertyAnimatableDouble | FilmOffsetRightCam |
| Read Write Property: This property
handles the film offset for the right camera. |
|
| FBPropertyAnimatableDouble | FilmOffsetLeftCam |
| Read Write Property: This property
handles the film offset for the left camera. |
|
| FBPropertyCamera | RightCamera |
| Read Write Property: This property
hold the right camera connected to it. |
|
| FBPropertyCamera | LeftCamera |
| Read Write Property: This property
hold the left camera connected to it. |
|
| FBPropertyCamera | CenterCamera |
| Read Write Property: This property
hold the center camera connected to it. |
|
| FBPropertyString | PrecompFileName |
| Read Write Property: This property
handles the precomp file name. |
|
| FBPropertyString | RelativePrecompFileName |
| Read Write Property: This property
handles the relative precomp file name. |
|
| FBPropertyBool | DisplayZeroParallaxPlane |
| Read Write Property: Display the zero
parallax plane. |
|
| FBPropertyDouble | ZeroParallaxPlaneTransparency |
| Read Write Property: Zero parallax
plane transparency. |
|
| FBPropertyColor | ZeroParallaxPlaneColor |
| Read Write Property: Zero parallax
plane color. |
|
| FBCameraStereo | ( | char * | pName, |
| HIObject | pObject =
NULL |
||
| ) |
Constructor.
| pName | Name of stereo camera. |
| pObject | For internal use only(default=NULL). |
| FBPropertyCameraStereoType Stereo |
Read Write Property: //!< This property handles the types of Stereo camera.
Read Write Property: This property handles the distance between left and right cameras.
Read Write Property: This property handles the distance on the camera view axis where the zero parallax plane occurs.
Read Write Property: This property is to offset the computed toe-in effect when it's in Converged mode.
Read Write Property: This property handles the film offset for the right camera.
(inch)
Read Write Property: This property handles the film offset for the left camera.
(inch)
| FBPropertyCamera RightCamera |
Read Write Property: This property hold the right camera connected to it.
| FBPropertyCamera LeftCamera |
Read Write Property: This property hold the left camera connected to it.
| FBPropertyCamera CenterCamera |
Read Write Property: This property hold the center camera connected to it.
Must be either the master, left or right camera.
Read Write Property: This property handles the precomp file name.
Read Write Property: This property handles the relative precomp file name.
Read Write Property: Display the zero parallax plane.
Read Write Property: Zero parallax plane transparency.
Read Write Property: Zero parallax plane color.