Re: [android-developers] need reference / example for game orientation matrix

2014-09-13 Thread Jim Graham
On Thu, Sep 11, 2014 at 11:21:33PM -0700, Adam Ratana wrote: On Thursday, September 11, 2014 2:56:15 PM UTC-4, Spooky wrote: Unfortunately these things are not well documented, and it's assumed that you have some knowledge of this from, say, the game development space. I Unfortunately,

Re: [android-developers] need reference / example for game orientation matrix

2014-09-13 Thread Nobu Games
I can recommend this book: http://www.amazon.com/Mathematics-Programming-Computer-Graphics-Edition/dp/1435458869/ It covers various important topics in 3D game development and also explains the basics about matrices and vectors. Another great source is this website here:

Re: [android-developers] need reference / example for game orientation matrix

2014-09-12 Thread Adam Ratana
On Thursday, September 11, 2014 2:56:15 PM UTC-4, Spooky wrote: Thanks---I'll look it up. Hopefully I can find an actual example. Matrices and vectors are all stuff that I haven't touched since sophomore-level classes (well, except for one class later, where it was Maxwell's Equations.

[android-developers] need reference / example for game orientation matrix

2014-09-11 Thread Adam Ratana
Hello Jim, try the rotation vector sensor, this uses all 3 when applicable. Most devices these days implement it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] need reference / example for game orientation matrix

2014-09-11 Thread Jim Graham
On Thu, Sep 11, 2014 at 06:23:44AM -0700, Adam Ratana wrote: Hello Jim, try the rotation vector sensor, this uses all 3 when applicable. Most devices these days implement it. Thanks---I'll look it up. Hopefully I can find an actual example. Matrices and vectors are all stuff that I haven't

[android-developers] need reference / example for game orientation matrix

2014-09-10 Thread Jim Graham
I'm trying to write a game controller that works similarly to aircraft flight controls (rotate the device to move player). I'm trying to use the game orientation matrix, but after repeated Google searches, a post to Stack Overflow (at http://tinyurl.com/ocqw6br), I have yet to even find any

[android-developers] Need an example

2010-02-09 Thread nikhil
Can any one point me to an example which uses Broadcastreceiver AlarmManager Wakelock Service I am trying this for quiet sometime but there is some conflict with other phone applications like call forwarding, car navigation etc. -- You received this message because you are subscribed to the