diff --git a/WFObj.h b/WFObj.h index e94244d..1f7e3cb 100644 --- a/WFObj.h +++ b/WFObj.h @@ -74,6 +74,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 */