vrimport
(To be removed) Import 3D file into virtual world or node
vrimport will be removed in a future release. For more information,
see Version History.
Syntax
Description
creates an empty VRML virtual world and imports the node = vrimport(source)source 3D
file into it. The format of the 3D file is detected automatically. You can import
these file formats:
FBX (Autodesk® FilmBoX format)
DAE (Collada digital asset exchange)
SDF (simulation description format)
STL (Stereolithography)
URDF (unified robot description file)
XML (Physical Modeling XML files)
The function returns a handle to the newly created node.
[ returns the handle of the new node and the handle
of the virtual world that contains that node.node,virtualWorld]
= vrimport(___)