From 9eb3423ca21836e9663f0cd3679b12ba45575213 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 28 Nov 2021 13:33:12 -0800 Subject: [PATCH] Force embed resources. --- src/FBX2glTF.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FBX2glTF.h b/src/FBX2glTF.h index e9ee876..2a87108 100644 --- a/src/FBX2glTF.h +++ b/src/FBX2glTF.h @@ -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};