ObjLoadOptions
Overview
ObjLoadOptions is a class in Aspose.3D FOSS for Python.
Inherits from: LoadOptions.
ObjLoadOptions.flip_coordinate_system swaps the Y and Z axes when loading an OBJ file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flip_coordinate_system | bool | Read | Swaps the Y and Z axes when loading an OBJ file |
enable_materials | bool | Read | Determines whether material definitions are loaded from the OBJ file |
scale | float | Read | Multiplies all imported vertex coordinates by the given factor |
normalize_normal | bool | Read | Normalizes each vertex normal vector after import |
_flip_coordinate_system | `` | Read | |
_enable_materials | `` | Read | |
_scale | `` | Read | |
_normalize_normal | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |