Boutton "Add object" ajoute un cube qui tourne

This commit is contained in:
2024-03-25 17:38:34 +01:00
parent 7ad8ed3483
commit 7ef3237d88
9 changed files with 156 additions and 30 deletions

View File

@@ -163,6 +163,7 @@ bool SystemClass::Frame()
m_Application->SetSpeed(speed);
m_imguiManager->WidgetButton();
m_imguiManager->WidgetFPS();
m_imguiManager->WidgetAddObject(m_Application);
ImGui::End();