User`s guide
10 Functions — Alphabetical List
10-16
NavZones — Display navigation zones
'off' (default) | 'on'
Navigation zones display, returned as 'on' or 'off'.
Parent — Handle of parent of virtual reality canvas object
double
Handle of parent of virtual reality canvas object, represented by a double (read-only
property).
Position — Canvas location and size
vector with four doubles
Location and size of virtual canvas, returned 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, returned as 'on' or 'off'.
Stereo3D — Stereoscopic vision mode
'off' (default) | 'anaglyph' | 'active' | vr.utils.stereo3d object