adi64 / terminus

Game Programming Seminar 2014/15
3 stars 0 forks source link

Wrong gyroscope readings #76

Closed Fidge123 closed 9 years ago

Fidge123 commented 9 years ago

I get wrong readings from the gyroscope under iOS if I flip the phone 180°.

The game gets flipped correctly but the gyroscope moves opposite to what is expected. We probably need to ask the game what side up is.

At this time this is untested on android.

Fidge123 commented 9 years ago

This does also apply on android

Fidge123 commented 9 years ago

http://doc.qt.io/qt-5/qml-qtsensors-orientationsensor.html

Fidge123 commented 9 years ago

portrait mode needs to be deactivated, otherwise this is fixed now