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.StereoModesSoRayPickAction.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 voidSoRayPickAction.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.StereoModesSoStereoElement.getStereoMode(SoState state) Returns the stereoMode.Methods in com.openinventor.inventor.elements with parameters of type SoCamera.StereoModesModifier and TypeMethodDescriptionstatic voidSoStereoElement.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.StereoModesSoCamera.StereoModes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoCamera.StereoModesReturns 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 TypeMethodDescriptionvoidSoCamera.setStereoMode(SoCamera.StereoModes mode) Sets the stereo mode.