GltfImporter

Overview

GltfImporter is a class in Aspose.3D FOSS for Python. Inherits from: Importer.

GltfImporter.supports_format returns true when the specified file format can be imported.

Methods

SignatureDescription
__init__()
supports_format(file_format)boolReturns true when the specified file format can be imported
import_scene(scene: 'Scene', stream, options: 'GltfLoadOptions')Loads a GLTF scene from a stream into the given Scene using GltfLoadOptions

See Also