vrimport
Import 3D file into virtual world or node
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(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016b