User`s guide

vr.canvas class
10-11
'NavZones' — Display navigation zones
'off' (default) | 'on'
Navigation zones display, specified as 'on' or 'off'.
'Position' — Canvas location and size
vector with four doubles
Location and size of virtual canvas, specified as the vector in the form [left bottom
width height]. Specify measurements in pixels or normalized, based on the Units
property setting.
Element Description
left Distance from the left edge of the primary display to the
inner left edge of the canvas. You can specify a negative
value on systems that have more than one monitor.
bottom Distance from the bottom edge of the primary display
to the inner bottom edge of the canvas. You can specify
a negative value on systems that have more than one
monitor.
width Distance between the right and left inner edges of the
canvas.
height Distance between the top and bottom inner edges of the
canvas.
Example: [230 250 570 510]
'Sound' — Sound effects
'on' (default) | 'off'
Sound effects, specified as 'on' or 'off'.
'Stereo3D' — Stereoscopic vision mode
'off' (default) | 'anaglyph' | 'active' | vr.utils.stereo3d object
Stereoscopic vision mode, specified as 'off', 'anaglyph', 'active' or a
vr.utils.stereo3d object.
Specifying a vr.utils.stereo3d object sets the Stereo3D, Stereo3DCameraOffset,
and Stereo3DHIT properties. Specifying a vr.utils.stereo3d object also sets color
filters for the left and right cameras.