X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;ds=inline;f=material.hpp;fp=material.hpp;h=c28bcb452fe6a16f70c072e79ac21bd1f4a5b92e;hb=ba9c738e8660304aa0341eb44118e63502a4a009;hp=968ea3651355780391fe6e897c973411b8181a44;hpb=37cba564a96018a5500e942498d4e48c0ebe73ed;p=opengl.git 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; };