Commit Graph

41 Commits

Author SHA1 Message Date
Cerrato Renaud
306ecaee95 fixed: throw IllegalStateException() if we expect a 4x4 matrix 2016-09-12 12:58:37 -04:00
Cerrato Renaud
858a1313a3 fixed: renamed wrongly named clone() to set() 2016-09-12 12:54:25 -04:00
Cerrato Renaud
ea66951871 renamed Vector::ToArray() to Vector::array() 2016-09-12 12:52:51 -04:00
Cerrato Renaud
86bbc5408a cleanup: removed unused Serializable extension 2016-09-12 12:51:31 -04:00
Cerrato Renaud
9a72f94c37 removed unused Renderable class 2016-09-12 12:50:19 -04:00
Cerrato Renaud
91883d2441 renamed Matrixf4x4 to MatrixF4x4 2016-09-12 12:49:03 -04:00
Cerrato Renaud
65bef58898 getRotationMatrix() now requires a destination instead of returning the original one 2016-09-12 12:44:49 -04:00
Cerrato Renaud
d4a4941780 fixed: getQuaternion() now requires a destination quaternion instead of allocate a new one 2016-09-12 12:40:31 -04:00
Cerrato Renaud
4e2f4f4063 removed useless EulerAngles.java 2016-09-12 12:39:23 -04:00
Cerrato Renaud
e9d90da16e Merge branch 'feature/bump_gradle' into develop 2016-09-12 12:35:28 -04:00
Cerrato Renaud
a332e38dfc bumped android plugin and gradle 2016-09-12 12:35:25 -04:00
Alexander Pacha
dfbfcbde62 Added .travis.yml to test out Travis-CI 2016-05-27 09:33:13 +02:00
Alexander Pacha
3a34c1c9e1 Added another test. 2016-05-01 22:23:17 +02:00
Alexander Pacha
a9b030cd72 Added test-projects to solution and upgraded build to latest tools. 2016-05-01 21:09:27 +02:00
Alexander Pacha
312d0d7d71 README.md edited online with Bitbucket 2016-05-01 17:14:08 +00:00
Alexander Pacha
c3d86e209a Updated to newest gradle-version to enable out-of-the-box build in current Android Studio version 2016-05-01 19:10:47 +02:00
Alexander Pacha
5a48a7cbda README.md edited online with Bitbucket 2016-02-28 17:36:53 +00:00
Alexander Pacha
2e9d36e8f7 Updated year of copyright. 2016-02-28 18:35:45 +01:00
Alexander Pacha
0a761b94f6 Migrated project to Android Studio 2016-02-28 18:32:36 +01:00
Alexander Pacha
193cb0c15d README.md edited online with Bitbucket 2015-12-06 22:11:09 +00:00
Alexander Pacha
5bf7035b90 Adding web-images that are used in App-Store 2015-03-07 23:25:53 +01:00
Alexander Pacha
9dcce87704 Removed checkstyle from project. 2015-03-07 23:25:29 +01:00
Alexander Pacha
433f880601 Added Euler-Angle representation to demo and extracted OrientationVisualisationFragment into separate class. 2015-03-07 23:25:16 +01:00
Alexander Pacha
182a3034e5 Added hardware-check to verify availability of gyroscope. If unavailable, a message will be displayed when the app is launched. 2014-02-23 22:03:36 +01:00
Alexander Pacha
ce195c56ef Removed obsolete TODO-comment 2014-01-01 22:24:07 +01:00
Alexander Pacha
6f489fc199 Added link to Google Play store. 2013-12-16 09:06:25 +01:00
Alexander Pacha
d86dba6eb4 Removed not implemented sensor. 2013-12-16 01:12:55 +01:00
Alexander Pacha
3a154e54c5 Fixed a typo. 2013-12-16 00:45:11 +01:00
Alexander Pacha
3aa3467715 Added about-page and added long-click for changing into space-mode. Pretty much done now. 2013-12-16 00:32:28 +01:00
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