diff --git a/libs/gfx/source/gltf_parser.cpp b/libs/gfx/source/gltf_parser.cpp index a642d5de..83981fe4 100644 --- a/libs/gfx/source/gltf_parser.cpp +++ b/libs/gfx/source/gltf_parser.cpp @@ -114,7 +114,7 @@ namespace psemek::gfx target.rotation[i] = rotation[i].GetFloat(); } - target.scale = {0.f, 0.f, 0.f}; + target.scale = {1.f, 1.f, 1.f}; if (node.HasMember("scale")) { auto const & scale = node["scale"].GetArray();