Reflection
[opengl.git] / material.hpp
index 06cd2d044f6c3b43f97023bf4cff828b3b816bfc..0fb6f5da615295f72c463a24f9a2b12c280769b0 100644 (file)
@@ -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);