Added phong lighting

This commit is contained in:
Robert 2021-01-27 22:42:47 +01:00
parent 839df891ab
commit 6f46112f14
7 changed files with 90 additions and 11 deletions

View file

@ -25,6 +25,7 @@ namespace oglu
public:
Color color;
private:
glm::vec3* position;
bool isLinked;