finally fixed rotation bug,

some performance,
This commit is contained in:
Anakin
2017-01-03 14:18:46 +01:00
parent 0fefc6168b
commit c28a12cd8f
5 changed files with 28 additions and 14 deletions

View File

@@ -44,4 +44,5 @@ private:
void readUV(Segment* dataDestination, std::streampos position);
QMatrix4x4 getParentMatrix(std::string parent) const;
QQuaternion getParentRotation(std::string parent) const;
};