Minor Update - ImGui Render Tweak

[FEAT] :

~ Modification de la chaine de rendu dans la method Frame()

~ Modification de l'interface de lights
This commit is contained in:
2024-04-21 21:57:11 +02:00
parent 25f05fe217
commit 7ef81b9c91
5 changed files with 60 additions and 18 deletions

View File

@@ -79,6 +79,7 @@ public:
void SetLightPosition(int index, XMVECTOR color);
void SetLightColor(int index, XMVECTOR color);
void DeleteLight(int index);
void AddLight();
std::vector<LightClass*> GetLights() const { return m_Lights; };
bool GetShouldQuit() const { return m_ShouldQuit; };