Do not auto embed resources.
This commit is contained in:
parent
2c4a9ade9f
commit
8be4ef3931
|
@ -88,7 +88,7 @@ struct GltfOptions {
|
||||||
/** Whether to output a .glb file, the binary format of glTF. */
|
/** Whether to output a .glb file, the binary format of glTF. */
|
||||||
bool outputBinary{false};
|
bool outputBinary{false};
|
||||||
/** If non-binary, whether to inline all resources, for a single (large) .glTF file. */
|
/** If non-binary, whether to inline all resources, for a single (large) .glTF file. */
|
||||||
bool embedResources{true};
|
bool embedResources{false};
|
||||||
|
|
||||||
bool keepOriginals{false};
|
bool keepOriginals{false};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue