ObjLoadOptions

ObjLoadOptions

Overview

ObjLoadOptions is a class in Aspose.3D FOSS for .NET. Inherits from: LoadOptions.

Load options for Wavefront OBJ format

Properties

NameTypeAccessDescription
FlipCoordinateSystemboolRead/WriteIndicates whether to invert the coordinate system when loading
EnableMaterialsboolRead/WriteDetermines if material definitions in the OBJ file are parsed
ScaledoubleRead/WriteSpecifies a uniform scaling factor applied to all vertices during import
NormalizeNormalboolRead/WriteIndicates whether vertex normals are normalized when loading

Methods

SignatureDescription
ObjLoadOptions()Creates a new instance with default OBJ loading settings

See Also