add doTextures()

This commit is contained in:
Josh Holtrop 2011-05-04 19:44:09 -04:00
parent 2ffcdfb3dc
commit 2fcba86aad

View File

@ -69,6 +69,7 @@ public:
void bindBuffers();
size_t getNumMaterials() { return m_num_materials; }
std::map<std::string, Material> & getMaterials() { return m_materials; }
bool doTextures() { return m_do_textures; }
protected:
/* types */