How does bullet integrate non-collision forces?

venzon
Posts: 12
Joined: Mon Nov 26, 2007 2:42 am

How does bullet integrate non-collision forces?

Post by venzon »

Right now I use bullet for its collision detection only. I'm considering using bullet for dynamics simulation, but I have some questions. It seems like bullet's dynamics simulation is geared toward collision response, and it's up to the user to apply any other forces, which bullet sums with the collision response forces and then does some integration. Is this correct? If so, then for the forces applied in this way, is bullet doing explicit Euler integration, or something fancier (maybe symplectic Euler...)? Similarly, for torques applied in this way, how does bullet integrate them?

Thanks.
ola
Posts: 169
Joined: Sun Jan 14, 2007 7:56 pm
Location: Norway

Re: How does bullet integrate non-collision forces?

Post by ola »