GltfLoadOptions

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.

Properties

NameTypeAccessDescription
flip_tex_coord_vboolReadIndicates whether to invert the V component of texture coordinates during GLTF import
_flip_tex_coord_v``Read

Methods

SignatureDescription
__init__()

See Also