Virtual Reality Toolbox    

vrworld Object Properties

A vrworld object is a handle of a virtual scene. It allows you to interact with and control the scene.

The vrworld object properties allow you to control the behavior of objects. The following table lists the properties for vrworld objects.

Property
Value
Description  
Clients
Scalar
Number of clients currently viewing the virtual world. Read-only
ClientUpdates
off | on
Default: on
Client cannot or can update the virtual scene. Read/write.
Description
String
Default: automatically taken from the VRML file property Title
Description of the world. Read/write.
Figures
Vector of vrfigure objects
Vector of handles to Virtual Reality Toolbox viewer windows currently viewing the virtual world. Read-only.
FileName
String
Name of the associated VRML file. Read/write.
Nodes
Vector of vrnode objects
Named vrnode objects in the virtual world. Read-only.
Open
off | on
Default: off
Indicates a closed or open virtual world. Read-only.
RemoteView
off | on
Default: off
Remote access flag. Read/write.
View
off | on
Default: on
Indicates an unviewable or viewable virtual world. Read/write.


  vrworld Object Reference vrworld Object Methods