GltfExporter

GltfExporter — Aspose.3D FOSS Java API Reference

GltfExporter — GltfExporter class. Inherits from: IExporter.

Package: com.aspose.threed

Note: GltfExporter has no public properties beyond the IExporter interface. The properties json/binaryData and methods getJson()/getBinaryData() belong to the private inner class GltfData and are not accessible from user code. Attempting to call these will result in a compile error.


Methods

MethodReturnsDescription
canExport(FileFormat format)booleanReturns true if the given format is supported for export (glTF and GLB).
export(Scene scene, Stream stream, SaveOptions options)voidExports the scene to the given output stream using the provided save options.

See Also