X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;ds=inline;f=material.hpp;fp=material.hpp;h=cb3d49eabffbe1f38af2c2dad798f104fd5fcef7;hb=b65e36b22384a138e04ac9a49cbce9878e5e3366;hp=c814c9eab8451bc23b0a418b8244b69045b71e10;hpb=6fb9efea1fd0e4575973719a997602da4b4c4fa5;p=opengl.git diff --git a/material.hpp b/material.hpp index c814c9e..cb3d49e 100644 --- a/material.hpp +++ b/material.hpp @@ -13,7 +13,6 @@ class Material { private: GLuint progId; aiColor4D ambient, diffuse, specular; - ai_real shininess, reflectivity, refractiveIndex, opacity; struct Texture { Texture(const aiString file, const aiScene &aiScene);