Do not auto embed resources.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-28 13:50:28 -08:00
parent 2c4a9ade9f
commit 8be4ef3931
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ struct GltfOptions {
/** Whether to output a .glb file, the binary format of glTF. */
bool outputBinary{false};
/** If non-binary, whether to inline all resources, for a single (large) .glTF file. */
bool embedResources{true};
bool embedResources{false};
bool keepOriginals{false};