fixed rotation problem
This commit is contained in:
@@ -30,6 +30,7 @@ struct Model {
|
||||
std::string name = "";
|
||||
std::string parent = "";
|
||||
QMatrix4x4 m4x4Translation;
|
||||
QQuaternion quadRotation;
|
||||
std::vector<Segment*> segmList;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user