Tagged Questions
3
votes
1answer
148 views
Moving the jBullet collision body to with the player object
I am trying to update the location of the rigid body for a player class, as my player moves around I would like the collision body to also move with the player object (currently represented as a ...
0
votes
2answers
381 views
What algorithms can I use for bullet movement toward the enemy?
I'm developing 2D strategy game. There are weapons that shoot at enemies.
From what I've read in this, this, this and this post I think that I need linear algebra, but I don't really understand what ...
3
votes
0answers
298 views
How can I make bodies that do not stick to the wall in Bullet Physics? [duplicate]
Possible Duplicate:
Physics engine recommendation which can simulate pool game correctly?
I made a Billiards scene with Bullet Physics, but I've got a problem. When the ball is slowing down ...