FbxLoadOptions

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

NameTypeAccessDescription
flipCoordinateSystembooleanReadGets or sets the coordinate system flip flag

Methods

SignatureDescription
FbxLoadOptions()
getFlipCoordinateSystem()booleanReturns whether the coordinate system is flipped on load
setFlipCoordinateSystem(value: boolean)Sets the flag that determines if the coordinate system should be flipped

See Also