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
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Swaps the Y and Z axes during import |
enable_materials | bool | Read | Determines whether material data is loaded |
scale | float | Read | Multiplies all imported coordinates by the given factor |
normalize_normal | bool | Read | Normalizes imported vertex normal vectors |
Methods
| Signature | Description |
|---|---|
__init__() |