GltfExporter

Overview

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

GltfExporter.visit_node processes an individual node while traversing the scene hierarchy during export.

Methods

SignatureDescription
__init__()
supports_format(file_format)bool
export(scene: 'Scene', stream, options: 'SaveOptions')
visit_node(node)Processes an individual node while traversing the scene hierarchy during export

See Also