FBViewingOptions Class Reference
 
 
 
FBViewingOptions Class Reference

This reference page is linked to from the following overview topics: About the SDK Components, MotionBuilder 2014.


#include <fbrenderer.h>


Class Description

Viewing options for rendering.

The FBRenderer allows to get and set those options.

Definition at line 168 of file 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.

Member Function Documentation

FBCamera* FBViewingOptions::GetViewingCamera ( )

Get a reference to the current viewing camera.

FBModelShadingMode& FBViewingOptions::ShadingMode ( )

Get a reference to the display mode.

Returns:
Reference to the current display mode.
FBStereoDisplayMode& FBViewingOptions::StereoDisplayMode ( )

Get a reference to the stereo display mode.

Returns:
Reference to the current stereo display mode.
int& FBViewingOptions::DisplayWhat ( )

Get a reference to the display mask.

Returns:
Reference to the current display mask.
FBPickingMode& FBViewingOptions::PickingMode ( )

Get a reference to the picking mode.

Returns:
Reference to the current picking mode.
bool& FBViewingOptions::ShowTimeCode ( )

Show Time Code when rendering.

bool& FBViewingOptions::ShowSafeArea ( )

Show Safe Area when rendering.

bool& FBViewingOptions::ShowCameraLabel ( )

Show Camera Label when rendering.

K_DEPRECATED_2014 bool FBViewingOptions::InPicking ( ) const

Is the rendering routine during picking status.

Deprecated:
use IsInSelectionBufferPicking() / IsInColorBufferPicking() instead.
bool FBViewingOptions::IsInSelectionBufferPicking ( ) const

Is the rendering routine during picking status with GL selection buffer method.

bool FBViewingOptions::IsInColorBufferPicking ( ) const

Is the rendering routine during picking status with GL color buffer method.

unsigned int FBViewingOptions::RenderCallbackPrefIndex ( ) const

Current Render callback Settings Index.


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