import 3d file into virtual world or node -凯发k8网页登录
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
see also
|