User`s guide
 set
10-55
myworld = vrworld('vrmount.wrl');
open(myworld);
virtual_fig = vrfigure(myworld);
Create a vr.utils.stereo3d object to use to specify stereoscopic vision properties.
myStereo3D = vr.utils.stereo3d.ANAGLYPH_RED_CYAN;
Set the properties for a figure.
set(virtual_fig,'CameraDirection',[0 1 0],'NavMode','fly',...
 'Stereo3D',myStereo3D);
View the figure properties.
get(virtual_fig)
get(virtual_fig)
 Antialiasing = 'on'
 CameraBound = 'on'
 CameraDirection = [0 1 0]
 CameraDirectionAbs = [0 0.980067 -0.198669]
 CameraPosition = [0 0 0]
 CameraPositionAbs = [20 8 50]
 CameraUpVector = [0 1 0]
 CameraUpVectorAbs = [0 0.980067 -0.198669]
 CaptureFileFormat = 'tif'
 CaptureFileName = '%f_anim_%n.tif'
 DeleteFcn = ''
 ExaminePivotPoint = [0 0 0]
 Fullscreen = 'off'
 Headlight = 'on'
 Lighting = 'on'
 MaxTextureSize = 'auto'
 Name = 'VR Car in the Mountains'
 NavMode = 'fly'
 NavPanel = 'halfbar'
 NavSpeed = 'normal'
 NavZones = 'off'
 Position = [5 92 576 380]
 Record2D = 'off'
 Record2DCompressMethod = 'auto'
 Record2DCompressQuality = 75
 Record2DFPS = 'auto'










