Viewing options for rendering. More...
#include <pyfbsdk.h>
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. | |
Viewing options for rendering.
The FBRenderer allows to get and set those options.
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.
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 ShowCameraLabel |
Read Write Property: Show Camera Label when rendering.
bool ShowSafeArea |
Read Write Property: Show Safe Area when rendering.
bool ShowTimeCode |
Read Write Property: Show Time Code when rendering.