povdocs / webvr-starter-kit

Other
298 stars 59 forks source link

Reverse orientation fix for Firefox Android #14

Closed caseyyee closed 9 years ago

caseyyee commented 9 years ago

FF Android VR returns orientation that is 90deg off on x-axis https://bugzilla.mozilla.org/show_bug.cgi?id=1215143

With this bug fixed in Firefox Nightly, we can remove the rotation fix.

brianchirls commented 9 years ago

This is not what zeroAngle is for. It's for replicating resetSensor functionality when using deviceorientation. Removing it just breaks that.