Uses of Class
com.openinventor.inventor.nodes.SoCamera.StereoModes
-
Packages that use SoCamera.StereoModes Package Description com.openinventor.inventor.actions com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list.com.openinventor.inventor.nodes -
-
Uses of SoCamera.StereoModes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoCamera.StereoModes Modifier and Type Method Description static 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.StereoModes Modifier and Type Method Description static 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.StereoModes Modifier and Type Method Description static SoCamera.StereoModes
SoStereoElement. getStereoMode(SoState state)
Returns the stereoMode.Methods in com.openinventor.inventor.elements with parameters of type SoCamera.StereoModes Modifier and Type Method Description static 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.StereoModes Modifier and Type Method Description SoCamera.StereoModes
SoCamera. 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
SoCamera.StereoModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoCamera.StereoModes[]
SoCamera.StereoModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoCamera.StereoModes Modifier and Type Method Description void
SoCamera. setStereoMode(SoCamera.StereoModes mode)
Sets the stereo mode.
-