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.
This class provides 1 method for working with GltfSaveOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: binary_mode, encoding, export_textures, file_format, file_name, file_system, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_format | 'FileFormat' | Read | Gets the file format. |
binary_mode | bool | Read/Write | Gets or sets the binary mode. |
flip_tex_coord_v | bool | Read/Write | Gets or sets the flip tex coord v. |
export_textures | bool | Read/Write | Gets or sets the export textures. |
encoding | str | Read/Write | Gets or sets the encoding. |
file_system | 'FileSystem' | Read/Write | Gets or sets the file system. |
lookup_paths | List[str] | Read/Write | Gets or sets the lookup paths. |
file_name | str | Read/Write | Gets or sets the file name. |
Methods
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |