ObjLoadOptions

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

NameTypeAccessDescription
flip_coordinate_systemboolRead` gets or sets a Boolean that swaps the Y and Z axes when loading an OBJ file
enable_materialsboolReadDetermines whether material definitions are loaded from the OBJ file
scalefloatRead
normalize_normalboolReadNormalizes each vertex normal vector after import

Methods

SignatureDescription
__init__()