Patch Update - Light dans ImGui
Feat : + Fenêtre Light dans l'interface + Contrôle des lights (position, couleur)
This commit is contained in:
@@ -84,6 +84,8 @@ public:
|
||||
void SetLightPosition(int index, XMVECTOR color);
|
||||
void SetLightColor(int index, XMVECTOR color);
|
||||
|
||||
void DeleteLight(int index);
|
||||
|
||||
std::vector<LightClass*> GetLights() const { return m_Lights; };
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user