26#include <Inventor/components/stereo/SoBaseStereo.h>
27#include <Inventor/ViewerComponents/SoInterlacedStereoParameters.h>
SoBaseStereo(SoStereoViewer *stereoViewer=NULL, SoGuiViewer *guiViewer=NULL)
Constructor.
StereoViewType
Stereo view types.
@ INTERLACED_STEREO
Two views interlaced in a single image.
Renders a scene graph using Open Inventor's Render Engine.
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.
InterlacedMode
Interlaced modes.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Pure virtual cla...