An open API service indexing awesome lists of open source software.

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

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 rotation

Amazing post about it:
http://smus.com/sensor-fusion-prediction-webvr/