GltfLoadOptions
Overview
GltfLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
GltfLoadOptions.getFlipCoordinateSystem returns true if the loader flips the coordinate system.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Property indicates if coordinate system flipping is enabled |
prettyPrint | boolean | Read | Property indicates if pretty printing is enabled |
Methods
| Signature | Description |
|---|---|
GltfLoadOptions() | |
getFlipCoordinateSystem() → boolean | Returns true if the loader flips the coordinate system |
setFlipCoordinateSystem(value: boolean) | Sets whether the loader should flip the coordinate system |
getPrettyPrint() → boolean | Returns true if pretty printing of output is enabled |
setPrettyPrint(value: boolean) | Sets whether the loader should pretty‑print the output |