Rotational camera added. World Space movement adde

This commit is contained in:
2024-10-02 16:54:06 +02:00
parent 8ce8b1e6f8
commit 4f83bb738c
7 changed files with 248 additions and 43 deletions

View File

@@ -47,9 +47,10 @@ int main(int argc, char* args[])
const auto pTimer = new Timer();
const auto pRenderer = new Renderer(pWindow);
const auto pScene = new Scene_W1();
const auto pScene = new Scene_W2();
pScene->Initialize();
//Start loop
pTimer->Start();