aboutsummaryrefslogtreecommitdiffstats
path: root/include/texture.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-06-08 08:41:44 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-06-08 08:41:44 -0400
commit6f23c384bb07db5e0c4bdaf0a0340d0af47475d8 (patch)
treeaa160f1c92352f48dc3339331ab6c87c75ac972c /include/texture.hpp
parent7dd64863c9ca613cf6969442f621849762b20115 (diff)
Lighting!
Diffstat (limited to 'include/texture.hpp')
-rw-r--r--include/texture.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp
index df2a83c..95bd73b 100644
--- a/include/texture.hpp
+++ b/include/texture.hpp
@@ -76,6 +76,9 @@ public:
return textures[index].second;
}
+ const dim2 getTextureDim(void) {
+ return Texture::imageDim((*position).second);
+ }
};
/**