From 2fcba86aadefc0285ad3dda99492dccf701df549 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 4 May 2011 19:44:09 -0400 Subject: [PATCH] add doTextures() --- WFObj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/WFObj.h b/WFObj.h index 3629b51..71c6884 100644 --- a/WFObj.h +++ b/WFObj.h @@ -69,6 +69,7 @@ public: void bindBuffers(); size_t getNumMaterials() { return m_num_materials; } std::map & getMaterials() { return m_materials; } + bool doTextures() { return m_do_textures; } protected: /* types */