diff --git a/src/FBX2glTF.h b/src/FBX2glTF.h index 11598a2..0ab1e00 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{true}; + bool embedResources{false}; bool keepOriginals{false};