This reference page is linked to from the following overview topics: MotionBuilder 2014.
Viewing options for rendering.
The FBRenderer allows to get and set those options.
Definition at line 168 of file fbrenderer.h.
#include <fbrenderer.h>
Public Member Functions | |
FBCamera * | GetViewingCamera () |
Get a reference to the current viewing camera. | |
FBModelShadingMode & | ShadingMode () |
Get a reference to the display mode. | |
FBStereoDisplayMode & | StereoDisplayMode () |
Get a reference to the stereo display mode. | |
int & | DisplayWhat () |
Get a reference to the display mask. | |
FBPickingMode & | PickingMode () |
Get a reference to the picking mode. | |
bool & | ShowTimeCode () |
Show Time Code when rendering. | |
bool & | ShowSafeArea () |
Show Safe Area when rendering. | |
bool & | ShowCameraLabel () |
Show Camera Label when rendering. | |
K_DEPRECATED_2014 bool | InPicking () const |
Is the rendering routine during picking status. | |
bool | IsInSelectionBufferPicking () const |
Is the rendering routine during picking status with GL selection buffer method. | |
bool | IsInColorBufferPicking () const |
Is the rendering routine during picking status with GL color buffer method. | |
unsigned int | RenderCallbackPrefIndex () const |
Current Render callback Settings Index. |
FBCamera* GetViewingCamera | ( | ) |
Get a reference to the current viewing camera.
FBModelShadingMode& ShadingMode | ( | ) |
Get a reference to the display mode.
FBStereoDisplayMode& StereoDisplayMode | ( | ) |
Get a reference to the stereo display mode.
int& DisplayWhat | ( | ) |
Get a reference to the display mask.
FBPickingMode& PickingMode | ( | ) |
Get a reference to the picking mode.
bool& ShowTimeCode | ( | ) |
Show Time Code when rendering.
bool& ShowSafeArea | ( | ) |
Show Safe Area when rendering.
bool& ShowCameraLabel | ( | ) |
Show Camera Label when rendering.
K_DEPRECATED_2014 bool InPicking | ( | ) | const |
Is the rendering routine during picking status.
bool IsInSelectionBufferPicking | ( | ) | const |
Is the rendering routine during picking status with GL selection buffer method.
bool IsInColorBufferPicking | ( | ) | const |
Is the rendering routine during picking status with GL color buffer method.
unsigned int RenderCallbackPrefIndex | ( | ) | const |
Current Render callback Settings Index.