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

Viewing options for rendering. More...

#include <pyfbsdk_generated.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.
 

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.