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
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Property gets or sets the flip coordinate system flag |
prettyPrint | boolean | Read | Property gets or sets the pretty-print option for JSON output |
bufferFilePrefix | String | Read | Property gets or sets the prefix for external buffer file names |
saveExtras | String | Read | Property gets or sets the extra data inclusion identifier |
contentType | FileContentType | Read | Property gets or sets the FileContentType for the saved file |
Mètodes
| Signature | Description |
|---|---|
GltfSaveOptions() | Creates a new GltfSaveOptions object with default configuration |
getFlipCoordinateSystem() → boolean | Returns true if the coordinate system should be flipped during save |
setFlipCoordinateSystem(value: boolean) | Sets whether to flip the coordinate system when saving |
getPrettyPrint() → boolean | Returns true if the output JSON should be formatted with indentation |
setPrettyPrint(value: boolean) | Enables or disables pretty-printing of the saved JSON |
getBufferFilePrefix() → String | Returns the filename prefix used for external buffer files |
setBufferFilePrefix(value: String) | Sets the prefix for naming external buffer files |
getSaveExtras() → String | Returns a string indicating which extra data to include when saving |
setSaveExtras(value: String) | Specifies extra data to be saved as a string identifier |
getContentType() → FileContentType | Returns the FileContentType enum value defining the output file type |
setContentType(value: FileContentType) | Sets the desired FileContentType for the saved file |