Show path of a body of where it should go after linear impulse is applied

Posted by Farooq Arshed on Game Development See other posts from Game Development or by Farooq Arshed
Published on 2012-07-25T17:45:46Z Indexed on 2013/06/24 16:39 UTC
Read the original article Hit count: 235

Filed under:
|
|

I am making a game with Andengine and Box2D. I have a dynamic body and I apply linear impulse on the body to move it around when the user have touched the screen.

Now I want to show the path where the body will go when the user have touched. If you have played Angry Birds or Basket Ball Shoot or any other which have projectile motion with a path shown you will get my point. I want to show the white dots which are shown in those games.

© Game Development or respective owner

Related posts about physics

Related posts about box2d