GltfSaveOptions
Overview
GltfSaveOptions is a class in Aspose.3D FOSS for Python.
Inherits from: SaveOptions.
GltfSaveOptions.file_format specifies the output file format for saving, using the FileFormat enum.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_format | 'FileFormat' | Read | Specifies the output file format for saving, using the FileFormat enum |
binary_mode | bool | Read | Indicates whether to write the GLTF file in binary (.glb) mode |
flip_tex_coord_v | bool | Read | Determines if the V texture coordinate should be flipped during export |
_file_format | `` | Read | |
_binary_mode | `` | Read | |
_flip_tex_coord_v | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |