GltfSaveOptions

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

NameTypeAccessDescription
file_format'FileFormat'ReadSpecifies the output file format for the GLTF export
binary_modeboolReadGets or sets a boolean that selects binary (GLB) output when exporting glTF files
flip_tex_coord_vboolReadIndicates if the V texture coordinate should be vertically flipped during export

Methods

SignatureDescription
__init__(file_format: 'FileFormat')