User`s guide

10 Functions — Alphabetical List
10-116
vr.utils.stereo3d class
Stereoscopic vision settings for vr.canvas and vr.figure objects
Description
Specifies these stereoscopic vision properties:
Active, anaglyph, or no stereoscopic vision
Camera offset
Camera angle
Color filter for the left and right cameras
Horizontal image translation (HIT)
Use a vr.utils.stereo3d object to set the Stereo3D, Stereo3DCameraOffset,
and Stereo3DHIT stereoscopic vision properties of vrfigure and vr.canvas objects.
Specifying a vr.utils.stereo3d object to set one vrfigure and vr.canvas property
also sets the other stereoscopic vision properties. Using a vr.utils.stereo3d object
also specifies color filters for the left and right cameras. You cannot set camera color
filters directly using the vrfigure/set method or vr.canvas properties.
Construction
stereoVision = vr.utils.stereo3d.OFF disables stereoscopic vision.
stereoVision = vr.utils.stereo3d.ACTIVE enables active stereoscopic vision.
stereoVision = vr.utils.stereo3d.ANAGLYPH enables red-cyan anaglyph
stereoscopic vision.
stereoVision = vr.utils.stereo3d.RED_CYAN enables red-cyan anaglyph
stereoscopic vision.
stereoVision = vr.utils.stereo3d.ANAGLYPH_GREEN_MAGENTA enables green-
magenta anaglyph stereoscopic vision.