Virtual Reality Toolbox | ![]() ![]() |
View a virtual world using either the Virtual Reality Toolbox viewer or a Web browser
Syntax
Description
vrview
opens the default Web browser and loads the Virtual Reality Toolbox Web page containing a list of virtual worlds available for viewing.
x = vrview('
filename
')
creates a virtual world associated with the .wrl
file, opens the virtual world, and displays it in the Virtual Reality Toolbox viewer or the Web browser depending on the value of the DefaultViewer
preference. The handle to the virtual world is returned.
x = vrview('
filename
'
,
'-internal'
) creates a virtual world associated with the .wrl
file, opens the virtual world, and displays it in the Virtual Reality Toolbox viewer.
x = vrview('
filename
'
,
'-web'
) creates a virtual world associated with the .wrl
file, opens the virtual world, and displays it in your Web browser.
See Also
vrworld
, vrworld/open
, vrworld/view
![]() | vrsetpref | vrwho | ![]() |