GltfPlugin
Overview
GltfPlugin is a class in Aspose.3D FOSS for Python.
Inherits from: Plugin.
GltfPlugin.get_file_format returns the GltfFormat object representing the GLTF file format.
Methods
| Signature | Description |
|---|---|
__init__() | |
get_file_format() → 'GltfFormat' | Returns the GltfFormat object representing the GLTF file format |
get_importer() → 'Importer' | Returns an Importer instance for loading GLTF files |
get_exporter() → 'Exporter' | Returns an Exporter instance for saving GLTF files |
get_format_detector() → 'FormatDetector' | Returns a FormatDetector that can identify GLTF files |
create_load_options() → 'GltfLoadOptions' | Creates a GltfLoadOptions object to configure GLTF import settings |
create_save_options() → 'GltfSaveOptions' | Creates a GltfSaveOptions object to configure GLTF export settings |