X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=material.hpp;fp=material.hpp;h=c28bcb452fe6a16f70c072e79ac21bd1f4a5b92e;hp=968ea3651355780391fe6e897c973411b8181a44;hb=ba9c738e8660304aa0341eb44118e63502a4a009;hpb=37cba564a96018a5500e942498d4e48c0ebe73ed diff --git a/material.hpp b/material.hpp index 968ea36..c28bcb4 100644 --- a/material.hpp +++ b/material.hpp @@ -19,6 +19,8 @@ class Material { Texture(const std::string &path); GLuint texId; }; - Texture *texture = nullptr; + Texture *diffuseMap = nullptr; + Texture *specularMap = nullptr; + Texture *normalMap = nullptr; };