https://github.com/unitycoder/unitysensorfusion
Sensor fusion for Unity (gyroscope and accelerometer) to get smooth orientation data from mobile devices without drift. Based on github.com/googlevr/webvr-polyfill
https://github.com/unitycoder/unitysensorfusion
Last synced: 3 months ago
JSON representation
Sensor fusion for Unity (gyroscope and accelerometer) to get smooth orientation data from mobile devices without drift. Based on github.com/googlevr/webvr-polyfill
- Host: GitHub
- URL: https://github.com/unitycoder/unitysensorfusion
- Owner: unitycoder
- License: mit
- Created: 2016-11-21T03:47:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T01:41:55.000Z (over 8 years ago)
- Last Synced: 2025-02-28T16:18:22.515Z (4 months ago)
- Language: C#
- Homepage:
- Size: 24.4 KB
- Stars: 32
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Usage:
- Add the component to the scene
- Call SensorFusion.Recenter() to "reset" the rotation
- Call SensorFusion.GetOrientation() to get the current rotationAmazing post about it:
http://smus.com/sensor-fusion-prediction-webvr/