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.

This class provides 5 methods for working with GltfLoadOptions objects in Java programs. Available methods include: GltfLoadOptions, getFlipCoordinateSystem, getPrettyPrint, setFlipCoordinateSystem, setPrettyPrint. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: flipCoordinateSystem, prettyPrint.

Description

GltfLoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 12 methods and 5 properties for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.

Core capabilities include: boolean; boolean; sets the flip coordinate system value. These operations enable developers to integrate gltfloadoptions functionality directly into Java applications.

The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the prettyPrint property (gets the pretty print).

The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanReadGets the flip coordinate system.
prettyPrintbooleanReadGets the pretty print.

Methods

SignatureDescription
GltfLoadOptions()
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getPrettyPrint()booleanReturns the pretty print.
setPrettyPrint(value: boolean)Sets the pretty print value.

See Also