Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在 X3D 中以声明式的方式做一些事情,比如说有一个盒子在什么位置和大小:
<Shape> <Box size='1 2 3'/> <Appearance> <Material/> </Appearance> </Shape>
我想知道是否有任何工具可以将 X3D 对象转换为其三角形网格表示?谢谢
A) 从instantreality.org 安装InstantReality 包
B) 寻找“aopt”命令行工具(取决于您的平台)
C) aopt -i foo.x3d -e foo.wrl(将渲染图导出到 VRML/WRL 文件)