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.
This class provides 4 methods for working with 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
| Signature | Description |
|---|---|
__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 |