sjbowen / layers

layers interactive
0 stars 0 forks source link

Aligning pano with North #6

Open sjbowen opened 7 years ago

sjbowen commented 7 years ago

Deviceorientation alpha (yaw) on iOS is not North (set to arbitrary value according to orientation when event first called). So, need some code to use webkitCompassHeading to adjust initial and subsequent views and/or reset iOS yaw to North.

sjbowen commented 7 years ago

This might help: https://github.com/adtile/Full-Tilt

sjbowen commented 7 years ago

I've built a FullTilt version of DeviceOrientationControlMethod in the development branch, and amended enableGyro() in index.js to set view according to device's yaw. Which works, sort of. Although the view does move to match device yaw, the value returned from FullTilt is not consistent.