GltfLoadOptions
Overview
GltfLoadOptions is a class in Aspose.3D FOSS for Python.
Inherits from: LoadOptions.
GltfLoadOptions.flip_tex_coord_v indicates whether to invert the V component of texture coordinates during GLTF import.
This class provides 1 method for working with GltfLoadOptions 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: encoding, file_format, file_name, file_system, flip_tex_coord_v, lookup_paths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_tex_coord_v | bool | Read/Write | Gets or sets the flip tex coord v. |
file_format | 'FileFormat' | Read | Gets the file format. |
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__() |