Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Pacha
e2e4269176 Implemented Sensor-Selection with Swipe-gesture in new Activity. 2013-12-15 23:44:00 +01:00
Alexander Pacha
d97983288b Fixed flickering-issue (was because the same object was used for calculating and rendering).
Added ImprovedOrientationSensor1 and 2.
2013-12-15 22:55:04 +01:00
Alexander Pacha
4e4c10a8b4 Added Gravity-Compass and Accelerometer-Compass sensor fusions. 2013-12-15 17:13:46 +01:00
Alexander Pacha
8e46b0a4ca Improved interface-design to avoid unnecessary code-duplication when implementing new providers. 2013-12-15 16:24:59 +01:00
Alexander Pacha
6324c1ac07 Application uses now Quaternions for rendering. 2013-12-15 16:09:55 +01:00
Alexander Pacha
12eac39b29 Renderer uses now own matrix representation. 2013-12-15 15:59:51 +01:00
Alexander Pacha
02aa4c85df Added different representation as alternative to a plain float-vector: Matrix, Vector and Quaternion. These representations provide getters, setters and conversion-functions. 2013-12-15 15:51:41 +01:00
Alexander Pacha
83b7bd7883 Cleaned up RotationVector example code to prepare for different fusion-providers. 2013-12-15 15:45:33 +01:00
Alexander Pacha
9340efd466 Split RotationVector.java into separate files. 2013-12-15 14:54:40 +01:00
Alexander Pacha
b08b168618 Added checkstyle to project to keep proper code-styles. 2013-12-15 14:54:22 +01:00
Alexander Pacha
ccfbd0f391 Initial commit of the empty project with the rotation-vector sample code from https://android.googlesource.com/platform/development/+/master/samples/ApiDemos/src/com/example/android/apis/os/RotationVectorDemo.java. 2013-12-15 14:16:02 +01:00
Alexander Pacha
4595e51946 Initial commit 2013-12-15 13:39:15 +01:00