Multiple Point Lights

This commit is contained in:
Mamitiana RASOLOJAONA
2024-03-27 10:40:17 +01:00
parent 8d56c159c6
commit ee4564560d
13 changed files with 286 additions and 63 deletions

View File

@@ -59,6 +59,8 @@ private:
float speed = 0.1f;
std::vector<Object*> m_cubes;
Object* m_SelectedObject;
LightClass* m_Lights;
int m_numLights;
};
#endif