User`s guide
10 Functions — Alphabetical List
10-132
vrworld/edit
Open virtual world file in external VRML editor
Syntax
edit(vrworld_object)
Arguments
vrworld_object A vrworld object representing a virtual world.
Description
The edit method opens the VRML file associated with the vrworld object in a VRML
editor. The Editor preference specifies the VRML editor to use. See vrsetpref for
details on setting preferences.
The VRML editor saves any changes you make directly to a virtual world file. If the
virtual world is open,
• Use the save command in the VRML editor to save the changes to a virtual world file.
In the MATLAB interface, the changes appear after you reload the virtual world.
• Use the save method in the MATLAB software to replace the modified VRML file.
Any changes you made in the editor are lost.
See Also
vrworld/reload | vrworld/save