Reverse UI pitch animation direction

pull/175/head
AvSquirrel 2015-12-31 07:32:31 +00:00
rodzic 8410819ae2
commit 2d7e213af2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -212,7 +212,7 @@ void main() { \
g.mvMatrix.rotate(15, 1, 0, 0); // adjust viewing angle slightly by pitching the airplane up
g.mvMatrix.rotate(-this.pitch, 1, 0, 0);
g.mvMatrix.rotate(this.pitch, 1, 0, 0);
g.mvMatrix.rotate(-this.roll, 0, 0, 1);
g.mvMatrix.rotate(-this.heading, 0, 1, 0);