FbxLoadOptions
Overview
FbxLoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: LoadOptions.
FbxLoadOptions.getFlipCoordinateSystem returns whether the coordinate system is flipped on load.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Gets or sets the coordinate system flip flag |
Methods
| Signature | Description |
|---|---|
FbxLoadOptions() | |
getFlipCoordinateSystem() → boolean | Returns whether the coordinate system is flipped on load |
setFlipCoordinateSystem(value: boolean) | Sets the flag that determines if the coordinate system should be flipped |