Class SoStereoParameters
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.viewercomponents.SoStereoParameters
-
- Direct Known Subclasses:
SoInterlacedStereoParameters
,SoRawStereoParameters
public class SoStereoParameters extends Inventor
Stereo parameters base class. This class is the base class for all the parameters classes used for the different stereo mode. These objects are used with the method SoRenderAreaCore.setStereo() to activate stereo rendering.- See Also:
SoRawStereoParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isReversedView()
Queries stereo reversal.void
setReversedView(boolean reversed)
Sets stereo reversal.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-