ObjLoadOptions

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

NameTypeAccessDescription
flip_coordinate_systemboolReadSwaps the Y and Z axes when loading an OBJ file
enable_materialsboolReadDetermines whether material definitions are loaded from the OBJ file
scalefloatReadMultiplies all imported vertex coordinates by the given factor
normalize_normalboolReadNormalizes each vertex normal vector after import
_flip_coordinate_system``Read
_enable_materials``Read
_scale``Read
_normalize_normal``Read

Methods

SignatureDescription
__init__()

See Also