dynamical decide whether to use the given texture or solid red

This commit is contained in:
Anakin
2016-10-21 18:56:34 +02:00
parent c3d73895c7
commit 211b406c3d
3 changed files with 33 additions and 9 deletions

View File

@@ -71,5 +71,6 @@ private:
public:
std::vector<GLfloat> getVertex() const;
std::vector<GLfloat> getUV() const;
std::list<std::string> getTexture() const;
};