scale and move to center,

performance is not very good. Takes very long to load
This commit is contained in:
Anakin
2017-01-02 17:03:23 +01:00
parent fc7941a890
commit 191c0cbcea
4 changed files with 13 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ private:
QOpenGLBuffer m_indexBuf;
QVector<QOpenGLTexture*> m_textures;
QVector<DrawInformation> m_drawList;
BoundingBox m_boundings;
void loadTexture(const char* filePath);
void clearData();