Uses of Class
com.openinventor.inventor.viewercomponents.SoStereoParameters
-
Packages that use SoStereoParameters Package Description com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer. -
-
Uses of SoStereoParameters in com.openinventor.inventor.viewercomponents
Subclasses of SoStereoParameters in com.openinventor.inventor.viewercomponents Modifier and Type Class Description class
SoInterlacedStereoParameters
TheSoInterlacedStereoParameters
class is used to specify the behavior of the interlaced stereo.class
SoRawStereoParameters
Raw stereo parameters class.Methods in com.openinventor.inventor.viewercomponents that return SoStereoParameters Modifier and Type Method Description SoStereoParameters
SiRenderAreaStereo. getStereoParameters()
SoStereoParameters
SoRenderAreaCore. getStereoParameters()
Methods in com.openinventor.inventor.viewercomponents with parameters of type SoStereoParameters Modifier and Type Method Description void
SiRenderAreaStereo. setStereoParameters(SoStereoParameters parameters)
Defines the stereo parameters.void
SoRenderAreaCore. setStereoParameters(SoStereoParameters parameters)
Defines the stereo parameters.
-