#define TRUE
Possible value of SbBool.
#define FALSE
Possible value of SbBool.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for stereo...
StereoViewType
Stereo view types.
@ INTERLACED_STEREO
Two views interlaced in a single image.
Renders a scene graph using Open Inventor's Render Engine.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Class for interl...
SbBool isFastInterlacing() const
Queries fast interlacing mode.
virtual StereoViewType getStereoViewType()
Always returns SoBaseStereo::INTERLACED_STEREO.
SbBool isScreenInterlacing() const
Queries screen interlacing.
void enableGreenShift(SbBool enable)
Enable image adjustment specific to Sharp LCD displays.
SoInterlacedStereo(SoStereoViewer *stereoVwr=NULL, SoGuiViewer *guiViewer=NULL)
Constructor.
void setInterlacedMode(InterlacedMode mode)
Sets interlaced mode.
void setFastInterlacing(SbBool fast=TRUE)
Sets fast interlacing mode.
InterlacedMode
Interlaced modes.
@ HORIZONTAL
Horizontal (default)
void setScreenInterlacing(SbBool screen)
Sets screen interlacing.
SbBool isGreenShiftEnabled() const
Query green shift setting.
InterlacedMode getInterlacedMode() const
Queries interlaced mode.
The SoInterlacedStereoParameters class is used to specify the behavior of the interlaced stereo.
bool isReverseInterlacing() const
void setInterlacingMode(InterlacedMode mode)
InterlacedMode
Interlaced modes.
void setReverseInterlacing(bool reversed)
void setGreenShift(bool greenShift)
InterlacedMode getInterlacingMode() const
bool getQualityRendering() const
bool getGreenShift() const
void setQualityRendering(bool qualityRendering)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Pure virtual cla...