FbxSaveOptions
Overview
FbxSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
FbxSaveOptions.FbxSaveOptions creates a new instance with default FBX save settings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Indicates if the coordinate system should be flipped during FBX export |
Methods
| Signature | Description |
|---|---|
FbxSaveOptions() | Creates a new instance with default FBX save settings |
getFlipCoordinateSystem() → boolean | Returns true if the coordinate system will be flipped on save |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system when exporting to FBX |