In case you haven’t seen it, iOS7 introduces a Parallax Effect where the background image appears deeper behind the home screen icons - an effect that is apparent when you tilt the phone. Here’s an example video:
http://youtu.be/ljoy4iAQwWw
Does anyone have any suggestions as to how to implement a similar effect with Away3D?
The gyroscope data can provide pitch, yaw, and roll angles, but how can that be converted to values that can consistently create the parallax effect independent of device orientation (if you’re holding the device parallel to a wall vs parallel to the floor vs spinning in an office chair)?
I suspect that it has something to do with determining a “control” or “home” orientation and shifting relative to that, but my 3D math is poor. Anyone have any suggestions?
Thanks!