Force embed resources.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-28 13:33:12 -08:00
parent 64f4e6515c
commit 9eb3423ca2
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{false};
bool embedResources{true};
bool separateTextures{true};