GltfSaveOptions

GltfSaveOptions

General

GltfSaveOptions is a class in Aspose.3d for Java. Inherits from: SaveOptions.

GltfSaveOptions és una classe en Aspose.3d per a Java. Hereta de: ゚SaveOptions⌒ .

GltfSaveOptions.GltfSaveOptions crea un nou objecte GltfSaveOptions amb configuració predeterminada.

Propietats

NameTypeAccessDescription
flipCoordinateSystembooleanReadProperty gets or sets the flip coordinate system flag
prettyPrintbooleanReadProperty gets or sets the pretty-print option for JSON output
bufferFilePrefixStringReadProperty gets or sets the prefix for external buffer file names
saveExtrasStringReadProperty gets or sets the extra data inclusion identifier
contentTypeFileContentTypeReadProperty gets or sets the FileContentType for the saved file

Mètodes

SignatureDescription
GltfSaveOptions()Creates a new GltfSaveOptions object with default configuration
getFlipCoordinateSystem()booleanReturns true if the coordinate system should be flipped during save
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system when saving
getPrettyPrint()booleanReturns true if the output JSON should be formatted with indentation
setPrettyPrint(value: boolean)Enables or disables pretty-printing of the saved JSON
getBufferFilePrefix()StringReturns the filename prefix used for external buffer files
setBufferFilePrefix(value: String)Sets the prefix for naming external buffer files
getSaveExtras()StringReturns a string indicating which extra data to include when saving
setSaveExtras(value: String)Specifies extra data to be saved as a string identifier
getContentType()FileContentTypeReturns the FileContentType enum value defining the output file type
setContentType(value: FileContentType)Sets the desired FileContentType for the saved file
 Català