www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: Simdanfeg on December 14, 2011, 11:08:43 am

Title: some question about "Collision detection"
Post by: Simdanfeg on December 14, 2011, 11:08:43 am
Hi,  EgonOlsen
      A few months ago,You give me an example of a collision detection,I have read and understand
it,This example "Collision detection" is now learning,I can not understand this example of the move method,Want your help,thank you very much!
Title: Re: some question about "Collision detection"
Post by: EgonOlsen on December 14, 2011, 12:03:46 pm
I think your refer to the example in the wiki!? If so, which part of the method causes you problems? It's basically not much more than checking the controls, move the entity and finally apply some gravity....
Title: Re: some question about "Collision detection"
Post by: Simdanfeg on December 14, 2011, 12:39:54 pm
Thank you for your timely response,i'll study the api to solve it
Title: Re: some question about "Collision detection"
Post by: K24A3 on December 15, 2011, 08:01:48 am
There are a few good code examples posted in this forum, click on Search at the top left (don't use the search field at the top right since that only searches the current forum section), search for 'checkForCollisionEllipsoid'
Title: Re: some question about "Collision detection"
Post by: Simdanfeg on December 18, 2011, 06:53:17 am
thanks, ;D