Import 3D file into virtual world or node
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)
Tip
To import Physical Modeling XML files, use the stl2vrml
function instead of vrimport
.
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(___)