Added light and camera gizmo.

This commit is contained in:
a.pilote
2022-07-17 17:26:40 -04:00
parent 5fb1e376c2
commit b41f00c020
7 changed files with 66 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ namespace Nuake
this->IsEmbedded = true;
ModelLoader loader;
auto otherModel = loader.LoadModel(j["Path"]);
auto otherModel = loader.LoadModel(FileSystem::Root + j["Path"].dump());
m_Meshes = otherModel->GetMeshes();
this->Path = j["Path"];