Virtual Reality Toolbox | ![]() ![]() |
vrnode Object Methods
A vrnode object is a handle of a VRML node. It allows you to get and set the node properties. A vrnode object is a child object of a vrworld object.
The vrnode object methods allow you to access and manipulate objects. The following is a list of the vrnode object methods. A reference page for each vrnode object method follows the table.
Method |
Description |
vrnode |
Create a new node or a handle to an existing node. |
vrnode/delete |
Delete a vrnode object. |
vrnode/fields |
Return summary of VRML fields of a node object. |
vrnode/get |
Read property value of vrnode object or VRML field. |
vrnode/getfield |
Get a field value of a vrnode object. |
vrnode/isvalid |
Return 1 if the vrnode object is valid, and 0 if it is not. |
vrnode/set |
Change a property or a VRML field of a virtual world node. |
vrnode/setfield |
Change a field value of a vrnode object. |
vrnode/sync |
Enable or disable synchronization of VRML fields with clients. |
![]() | vrnode Object Properties | vrnode | ![]() |