User`s guide
10 Functions — Alphabetical List
10-30
vredit
Open 3D World Editor
Syntax
w = vredit
w = vredit(filename)
Description
w = vredit opens the 3D World Editor with an empty virtual world.
w = vredit(filename) opens a virtual world file in the 3D World Editor, based on the
specified filename. It returns the vrworld handle of the virtual world.
Examples
Open New Virtual World in 3D World Editor
vredit
Open Existing Virtual World in 3D World Editor
Open the membrane virtual world in the 3D World Editor.
myworld = vredit('membrane.wrl')
See Also
vrworld/edit | vrworld/open