User`s guide

vr.canvas class
10-13
'Units' — Units for Position property
'pixels' (default) | 'normalized'
Units for Position property, specified as 'pixels' or 'normalized'.
'Viewpoint' — Active viewpoint of figure
string
Active viewpoint of a figure, specified as a string. If the active viewpoint has no
description, use an empty string.
'Wireframe' — Wireframe display
'off' (default) | 'on'
Wireframe display, specified as 'on' or 'off'.
'ZoomFactor' — Camera zoom factor
1 (default) | floating-point number
Camera zoom factor, specified as a floating-point number. A zoom factor of 2 makes the
scene look twice as large. A zoom factor of 0.1 makes it look 10 times smaller, and so
forth.
Output Arguments
virtualCanvas — Virtual reality canvas
vr.canvas object
Virtual reality canvas, represented by a vr.canvas object
Properties
Antialiasing — Smooth textures using antialiasing
'off' (default) | 'on'
Smooth textures using antialising, returned as 'on' or 'off'. Antialiasing smooths
textures by interpolating values between texture points.
CameraBound — Camera movement with current viewpoint
'on' (default) | 'off'