Cleaned up

This commit is contained in:
Efi Fogel 2024-03-12 14:33:24 +02:00
parent 4be9a3c9b3
commit 046d655232
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void Camera::rotate_from_init_config(float theta, float phi) {
r1.rotate(theta, ey);
// rx = rotated x axis
auto rx = r1.map(QVector3D(1,0,0));
auto rx = r1.map(QVector3D(1, 0, 0));
QMatrix4x4 r2;
r2.rotate(phi, rx);