Python Reference Guide
 
Loading...
Searching...
No Matches
FBViewingOptions Class Reference

Viewing options for rendering. More...

#include <pyfbsdk.h>

Inheritance diagram for FBViewingOptions:

Public Member Functions

bool IsInColorBufferPicking ()
 Is the rendering routine during picking status with GL color buffer method.
 
bool IsInSelectionBufferPicking ()
 Is the rendering routine during picking status with GL selection buffer method.
 
int PaneIndex ()
 Current Viewer Pane being rendered.
 
unsigned int RenderCallbackPrefIndex ()
 Current Render callback Settings Index.
 
FBStereoDisplayMode StereoDisplayMode ()
 Get a reference to the stereo display mode.
 

Public Attributes

FBModelShadingMode DisplayMode
 Read Write Property: Current Shading mode
 
int DisplayWhat
 Read Write Property: current display mask.
 
int PickingMode
 Read Write Property: Reference to the current picking mode.
 
bool ShowTimeCode
 Read Write Property: Show Time Code when rendering.
 
bool ShowSafeArea
 Read Write Property: Show Safe Area when rendering.
 
bool ShowCameraLabel
 Read Write Property: Show Camera Label when rendering.
 

Detailed Description

Viewing options for rendering.


The FBRenderer allows to get and set those options.

Member Function Documentation

◆ IsInColorBufferPicking()

bool IsInColorBufferPicking ( )

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

◆ IsInSelectionBufferPicking()

bool IsInSelectionBufferPicking ( )

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

◆ PaneIndex()

int PaneIndex ( )

Current Viewer Pane being rendered.

Returns
Index of the pane being rendered.

◆ RenderCallbackPrefIndex()

unsigned int RenderCallbackPrefIndex ( )

Current Render callback Settings Index.

◆ StereoDisplayMode()

FBStereoDisplayMode StereoDisplayMode ( )

Get a reference to the stereo display mode.

Returns
Reference to the current stereo display mode.

Member Data Documentation

◆ DisplayMode

FBModelShadingMode DisplayMode

Read Write Property: Current Shading mode

◆ DisplayWhat

int DisplayWhat

Read Write Property: current display mask.

◆ PickingMode

int PickingMode

Read Write Property: Reference to the current picking mode.

◆ ShowCameraLabel

bool ShowCameraLabel

Read Write Property: Show Camera Label when rendering.

◆ ShowSafeArea

bool ShowSafeArea

Read Write Property: Show Safe Area when rendering.

◆ ShowTimeCode

bool ShowTimeCode

Read Write Property: Show Time Code when rendering.