ColladaLoadOptions

ColladaLoadOptions

Overview

ColladaLoadOptions is a class in Aspose.3d for Python. Inherits from: LoadOptions.

ColladaLoadOptions let developers control import behavior with flip_coordinate_system, enable_materials, scale, and normalize_normal settings.

Properties

NameTypeAccessDescription
flip_coordinate_systemboolReadSwaps the Y and Z axes during import
enable_materialsboolReadDetermines whether material data is loaded
scalefloatReadMultiplies all imported coordinates by the given factor
normalize_normalboolReadNormalizes imported vertex normal vectors

Methods

SignatureDescription
__init__()