GltfExporter — Aspose.3D FOSS Java API Reference
GltfExporter — GltfExporter 类。继承自:: IExporter.
Methods: com.aspose.threed
注意:: GltfExporter 没有公共属性超出 IExporter 接口。属性 json/binaryData 以及方法 getJson()/getBinaryData() 属于私有内部类 GltfData 并且无法从用户代码访问。尝试调用这些将导致编译错误。.
Methods
| Methods | Methods | Methods |
|---|---|---|
canExport(FileFormat format) | boolean | Methods true 如果给定的格式支持导出(glTF 和 GLB)。. |
export(Scene scene, Stream stream, SaveOptions options) | void | 使用提供的保存选项将场景导出到给定的输出流。. |