GltfLoadOptions

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

NameTypeAccessDescription
flipCoordinateSystembooleanReadProperty indicates if coordinate system flipping is enabled
prettyPrintbooleanReadProperty indicates if pretty printing is enabled

Methods

SignatureDescription
GltfLoadOptions()
getFlipCoordinateSystem()booleanReturns true if the loader flips the coordinate system
setFlipCoordinateSystem(value: boolean)Sets whether the loader should flip the coordinate system
getPrettyPrint()booleanReturns true if pretty printing of output is enabled
setPrettyPrint(value: boolean)Sets whether the loader should pretty‑print the output

See Also