X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=material.hpp;h=0fb6f5da615295f72c463a24f9a2b12c280769b0;hp=06cd2d044f6c3b43f97023bf4cff828b3b816bfc;hb=8abaf8f77191e1c660def0832d8036a8b4639ba8;hpb=85f8f7278f24fe73fef1a19174376b155319072f diff --git a/material.hpp b/material.hpp index 06cd2d0..0fb6f5d 100644 --- a/material.hpp +++ b/material.hpp @@ -13,7 +13,7 @@ class Material { private: GLuint progId; aiColor4D ambient, diffuse, specular; - ai_real shininess; + ai_real shininess, reflectivity; struct Texture { Texture(const std::string &file);