git-svn-id: svn://db.shs.com.ru/libs@641 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-03 10:55:21 +00:00
parent 844173d571
commit c38678056d
7 changed files with 14 additions and 12 deletions

View File

@@ -189,6 +189,7 @@ void Camera::orbitXY(const float & a) {
//trans.rotationRef() *= QQuaternion::fromEulerAngles(a, 0, 0);
ObjectBase::rotateX(-a);
move(pa - aim());
//qDebug() << pos() << aim();
/*QVector3D dv = aim_ - pos_;
float tl = dv.length(), tc;