Moving Physics to its own system

- Moved Physx to a singular Physics system
- Removed old Physx test code from application.cpp
This commit is contained in:
2022-12-24 02:00:11 +01:00
parent 1f1a776686
commit fd68c5dde3
5 changed files with 212 additions and 56 deletions

View File

@ -101,6 +101,12 @@ public:
MainMenuBar menuBar= MainMenuBar();
menuBar.ApplicationMenu(CurrentProject);
menuBar.SceneMenu(CurrentProject, ActiveScene);
/*menuBar.SelectMenu();
menuBar.WindowMenu();
menuBar.DebugMenu();
menuBar.Help();
*/
}
{
@ -126,11 +132,11 @@ public:
}
{
Settings();
Settings settings();
}
{
AssetFinder assetsView = AssetFinder();
// AssetFinder assetsView = AssetFinder();
}