Virtual Reality Toolbox | ![]() ![]() |
Syntax
Arguments
vrworld_object |
Name of a vrworld object representing the virtual world. |
Description
This method changes the virtual world from an opened to a closed state:
close
calls before the virtual world closes.
vrworld_object
is a vector of vrworld objects, all associated virtual worlds close.
close
does nothing.
Opening and closing virtual worlds is a mechanism of memory management. When the system needs more memory and the virtual world is closed, you can discard its contents at any time.
Generally, you should close a virtual world when you no longer need it. This allows you to reuse the memory it occupied. The vrworld objects associated with this virtual world stay valid after it is closed, so the virtual world can be opened again without creating a new vrworld object.
Examples
See Also
vrworld
, vrworld/open
, vrworld/delete
![]() | vrworld | vrworld/delete | ![]() |