ObjLoadOptions
Overview
ObjLoadOptions is a class in Aspose.3d 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 | ` gets or sets a Boolean that 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 | |
normalize_normal | bool | Read | Normalizes each vertex normal vector after import |
Methods
| Signature | Description |
|---|---|
__init__() |