GltfExporter — Aspose.3D FOSS Java API Reference
GltfExporter — GltfExporter class. Inherits from: IExporter.
Package: com.aspose.threed
Note:
GltfExporterhas no public properties beyond theIExporterinterface. The propertiesjson/binaryDataand methodsgetJson()/getBinaryData()belong to the private inner classGltfDataand are not accessible from user code. Attempting to call these will result in a compile error.
Methods
| Method | Returns | Description |
|---|---|---|
canExport(FileFormat format) | boolean | Returns true if the given format is supported for export (glTF and GLB). |
export(Scene scene, Stream stream, SaveOptions options) | void | Exports the scene to the given output stream using the provided save options. |