ObjLoadOptions
Overview
ObjLoadOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: LoadOptions.
Load options for Wavefront OBJ format
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FlipCoordinateSystem | bool | Read/Write | Indicates whether to invert the coordinate system when loading |
EnableMaterials | bool | Read/Write | Determines if material definitions in the OBJ file are parsed |
Scale | double | Read/Write | Specifies a uniform scaling factor applied to all vertices during import |
NormalizeNormal | bool | Read/Write | Indicates whether vertex normals are normalized when loading |
Methods
| Signature | Description |
|---|---|
ObjLoadOptions() | Creates a new instance with default OBJ loading settings |