fixed rotation problem

This commit is contained in:
Anakin
2017-01-02 16:43:38 +01:00
parent 24d26cfdfa
commit fc7941a890
3 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ struct Model {
std::string name = "";
std::string parent = "";
QMatrix4x4 m4x4Translation;
QQuaternion quadRotation;
std::vector<Segment*> segmList;
};