User`s guide
get
10-43
vrfigure Property Meaning
World Virtual world that the figure displays
(read-only property).
ZoomFactor Camera zoom factor.
Output Arguments
figureProp — Virtual reality feature property
string | vector
Virtual reality feature property, returned as a string or vector.
Examples
Return All Property Values of a Figure
Create a vrfigure object.
myworld = vrworld('vrmount.wrl');
open(myworld);
virtual_fig = vrfigure(myworld);
Return the properties of the virtual figure virtual_fig.
get(virtual_fig)
figure_props =
Antialiasing: 'on'
CameraBound: 'on'
CameraDirection: [0 0 -1]
CameraDirectionAbs: [0 -0.1987 -0.9801]
CameraPosition: [0 0 0]
CameraPositionAbs: [20 8 50]
CameraUpVector: [0 1 0]
CameraUpVectorAbs: [0 0.9801 -0.1987]
CaptureFileFormat: 'tif'
CaptureFileName: '%f_anim_%n.tif'