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 classSoInterlacedStereoParametersTheSoInterlacedStereoParametersclass is used to specify the behavior of the interlaced stereo.classSoRawStereoParametersRaw stereo parameters class.Methods in com.openinventor.inventor.viewercomponents that return SoStereoParameters Modifier and Type Method Description SoStereoParametersSiRenderAreaStereo. getStereoParameters()SoStereoParametersSoRenderAreaCore. getStereoParameters()Methods in com.openinventor.inventor.viewercomponents with parameters of type SoStereoParameters Modifier and Type Method Description voidSiRenderAreaStereo. setStereoParameters(SoStereoParameters parameters)Defines the stereo parameters.voidSoRenderAreaCore. setStereoParameters(SoStereoParameters parameters)Defines the stereo parameters.
-