GltfSaveOptions
Overview
GltfSaveOptions is a class in Aspose.3d for Python.
Inherits from: SaveOptions.
GltfSaveOptions.binary_mode() gets or sets a boolean that selects binary (GLB) output when exporting glTF files.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
file_format | 'FileFormat' | Read | Specifies the output file format for the GLTF export |
binary_mode | bool | Read | Gets or sets a boolean that selects binary (GLB) output when exporting glTF files |
flip_tex_coord_v | bool | Read | Indicates if the V texture coordinate should be vertically flipped during export |
Methods
| Signature | Description |
|---|---|
__init__(file_format: 'FileFormat') |