load tx1d texture

This commit is contained in:
Anakin
2017-01-23 12:29:10 +01:00
parent b2df84eb4c
commit 10718f2269
3 changed files with 17 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ private:
void readVertex(Segment* dataDestination, std::streampos position);
void readUV(Segment* dataDestination, std::streampos position);
void loadTexture(QOpenGLTexture*& destination, QString filepath);
void loadTexture(QOpenGLTexture*& destination, QString filepath, QString& filename);
QMatrix4x4 getParentMatrix(std::string parent) const;
QQuaternion getParentRotation(std::string parent) const;