使用 VRML 格式
Contents
[
Hide
]
打开 VRML 文件格式
Aspose.3D for Node.js via Java 允许使用 VRML 版本1.0。VRML
文件格式已添加到 FileFormat
类。Aspose.3D 可以自动检测 VRML
格式,因此在Open方法中通常忽略 FileFormat
。下面的代码片段显示了如何打开 VRML 文件格式。
// initialize a scene
var scene = new aspose.threed.Scene();
// open Virtual Reality Modeling Language (VRML) file format
scene.open( "test.wrl");