GltfSaveOptions — Aspose.3D FOSS Java API Reference
GltfSaveOptions — GltfSaveOptions class.. Inherits from: SaveOptions.
Package: com.aspose.threed
Properties
| Property | Type | Description |
|---|---|---|
flipCoordinateSystem | boolean | |
prettyPrint | boolean | |
bufferFilePrefix | String | |
saveExtras | String | |
contentType | FileContentType |
Methods
| Method | Returns | Description |
|---|---|---|
getFlipCoordinateSystem() | boolean | |
setFlipCoordinateSystem(boolean value) | void | |
getPrettyPrint() | boolean | |
setPrettyPrint(boolean value) | void | |
getBufferFilePrefix() | String | |
setBufferFilePrefix(String value) | void | |
getSaveExtras() | String | |
setSaveExtras(String value) | void | |
getContentType() | FileContentType | |
setContentType(FileContentType value) | void |