ObjLoadOptions
Overview
ObjLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
ObjLoadOptions.ObjLoadOptions creates a new ObjLoadOptions object with default option values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | |
enableMaterials | boolean | Read | Property gets or sets the material loading flag |
scale | double | Read | Property gets or sets the geometry scaling factor |
normalizeNormal | boolean | Read | Property gets or sets the normal normalization flag |
Methods
| Signature | Description |
|---|---|
ObjLoadOptions() | Creates a new ObjLoadOptions object with default option values |
getFlipCoordinateSystem() → boolean | Returns true if the loader will flip the coordinate system |
setFlipCoordinateSystem(value: boolean) | |
getEnableMaterials() → boolean | Returns true if material loading is enabled |
setEnableMaterials(value: boolean) | Enables or disables material loading |
getScale() → double | Returns the scaling factor applied to loaded geometry |
setScale(value: double) | Sets the scaling factor for loaded geometry |
getNormalizeNormal() → boolean | Returns true if normals will be normalized after loading |
setNormalizeNormal(value: boolean) | Sets whether to normalize normals after loading |