GltfSaveOptions

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

NameTypeAccessDescription
file_format'FileFormat'ReadSpecifies the output file format for saving, using the FileFormat enum
binary_modeboolReadIndicates whether to write the GLTF file in binary (.glb) mode
flip_tex_coord_vboolReadDetermines if the V texture coordinate should be flipped during export
_file_format``Read
_binary_mode``Read
_flip_tex_coord_v``Read

Methods

SignatureDescription
__init__(file_format: 'FileFormat')

See Also