cesium-native
0.41.0
|
Options for how to write a glTF. More...
#include <CesiumGltfWriter/GltfWriter.h>
Public Attributes | |
bool | prettyPrint = false |
If the glTF JSON should be pretty printed. Usable with glTF or GLB (not advised). | |
size_t | binaryChunkByteAlignment = 4 |
Byte alignment of the GLB binary chunk. When using 64-bit types in EXT_mesh_features this value should be set to 8. | |
Options for how to write a glTF.
Definition at line 40 of file GltfWriter.h.