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 */