GltfExporter

Overview

GltfExporter is a class in Aspose.3D FOSS for Python. Inherits from: Exporter.

GltfExporter can export a scene to the glTF format and first checks support with supports_format(file_format).

This class declares 5 methods for GltfExporter objects in Python programs. Available methods include: __init__, export, supports_format, visit_node. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.

Methods

SignatureDescription
__init__()Calls init on this GltfExporter instance.
supports_format(file_format)boolCalls supports_format(file_format) on this GltfExporter instance.
export(scene: 'Scene', stream, options: 'SaveOptions')Calls export(scene, stream, options) on this GltfExporter instance.
visit_node(node)Processes an individual node while traversing the scene hierarchy during export
supports_format(file_format: 'FileFormat')boolNot implemented in the FOSS edition — throws at runtime. Calls supports_format(file_format) on this GltfExporter instance.

See Also

 English