FbxSaveOptions

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

NameTypeAccessDescription
flipCoordinateSystembooleanReadIndicates if the coordinate system should be flipped during FBX export

Methods

SignatureDescription
FbxSaveOptions()Creates a new instance with default FBX save settings
getFlipCoordinateSystem()booleanReturns true if the coordinate system will be flipped on save
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system when exporting to FBX

See Also