Uses of Enum Class
com.openinventor.inventor.SbViewVolume.StereoModes
Packages that use SbViewVolume.StereoModes
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbViewVolume.StereoModes in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbViewVolume.StereoModesModifier and TypeMethodDescriptionSbViewVolume.getStereoMode()
Queries the stereo mode.static SbViewVolume.StereoModes
SbViewVolume.StereoModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SbViewVolume.StereoModes
Returns the enum constant of this class with the specified name.static SbViewVolume.StereoModes[]
SbViewVolume.StereoModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor with parameters of type SbViewVolume.StereoModesModifier and TypeMethodDescriptionvoid
SbViewVolume.setStereoMode
(SbViewVolume.StereoModes mode) Sets the stereo mode.