我之前創建了一個與Firefox的MozOrientation配合使用的迷宮遊戲。我現在正在考慮讓它和WebKit一起工作......如何將deviceorientation映射到MozOrientation值
但是Webkit使用w3c的DeviceOrientation。這些值看起來完全不同,但有人必須有一些算法才能從一個到另一個?或者我錯過了一些簡單的東西?
迷宮遊戲github上鍊路 http://playground.marmaladeontoast.co.uk/labyrinth/
MozOrientation https://developer.mozilla.org/en/Detecting_device_orientation
DeviceOrientation http://dev.w3.org/geo/api/spec-source-orientation.html
我已經獲得了一些採樣值:
鉻
alpha = null
beta = -178
gamma = 4.57
火狐
x = 0.035999998450279236
y = -0.02800000086426735
z = 1
任何幫助,將不勝感激:)
優秀的,謝謝julesj :)這一直在竊聽我一段時間......我以爲我只是缺少一些顯而易見的明顯的數學一段時間。我的白板充滿了圖表和方程... – sydlawrence 2011-02-11 19:51:40
任何想法如何規範`DeviceMotionEvent`? – yckart 2013-04-19 17:36:35