CSM Shadows

This commit is contained in:
Antoine Pilote
2021-06-20 23:08:45 -04:00
parent 08288eee16
commit 1740a5707f
29 changed files with 628 additions and 210 deletions

View File

@@ -16,6 +16,8 @@ Project::Project(const std::string Name, const std::string Description, const st
scene->Deserialize(defaultScenePath);
}
this->EntityDefinitionsFile = CreateRef<FGDFile>();
SaveAs(FullPath);
}
@@ -24,6 +26,8 @@ Project::Project()
this->Name = "";
this->Description = "";
this->FullPath = "";
this->EntityDefinitionsFile = CreateRef<FGDFile>();
}
void Project::Save()