Open GoogleCodeExporter opened 8 years ago
The most convenient way to implement this is slightly modifying the mouse
control code, just discarding the x-axis rotations.
Goto definition of viewer's mouseMoveHandler method, comment this line(605):
this.rotMatrix.rotateAboutXAxis(rotX);
Then goto touchMoveHandler method, comment this line(682):
this.rotMatrix.rotateAboutXAxis(rotX);
And it will be ok.
Original comment by Humu2...@gmail.com
on 13 Jun 2013 at 5:00
Original issue reported on code.google.com by
vinj...@gamillc.com
on 13 Jun 2013 at 6:32