Uses of Enum Class
com.openinventor.inventor.nodes.SoCamera.StereoModes
Packages that use SoCamera.StereoModes
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoCamera.StereoModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoCamera.StereoModesModifier and TypeMethodDescriptionstatic SoCamera.StereoModes
SoRayPickAction.getStereoMode()
Returns the view used to perform pick when stereo is active.Methods in com.openinventor.inventor.actions with parameters of type SoCamera.StereoModesModifier and TypeMethodDescriptionstatic void
SoRayPickAction.setStereoMode
(SoCamera.StereoModes stereoMode) Tells ray pick action in which view the pick occurs. -
Uses of SoCamera.StereoModes in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoCamera.StereoModesModifier and TypeMethodDescriptionstatic SoCamera.StereoModes
SoStereoElement.getStereoMode
(SoState state) Returns the stereoMode.Methods in com.openinventor.inventor.elements with parameters of type SoCamera.StereoModesModifier and TypeMethodDescriptionstatic void
SoStereoElement.set
(SoState state, SoCamera.StereoModes mode) Sets the stereo mode, LEFT_VIEW, RIGHT_VIEW, or MONOSCOPIC. -
Uses of SoCamera.StereoModes in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoCamera.StereoModesModifier and TypeMethodDescriptionSoCamera.getStereoMode()
Queries the stereo mode.static SoCamera.StereoModes
SoCamera.StereoModes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoCamera.StereoModes
Returns the enum constant of this class with the specified name.static SoCamera.StereoModes[]
SoCamera.StereoModes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoCamera.StereoModesModifier and TypeMethodDescriptionvoid
SoCamera.setStereoMode
(SoCamera.StereoModes mode) Sets the stereo mode.