More work adding support for multiple meshes.

This commit is contained in:
David Williams
2014-05-22 16:38:02 +02:00
parent 51e93fdabc
commit 7d55e00f76
3 changed files with 31 additions and 18 deletions

View File

@ -60,7 +60,7 @@ protected:
private:
//Index/vertex buffer data
OpenGLMeshData mMeshData;
std::vector<OpenGLMeshData> mMeshData;
QGLShaderProgram shader;