reactphysics3d
reactphysics3d copied to clipboard
adding impulses
hello, impulses can be used to have hits, explosions etc. reactphysics has the ability of applying forces/torques, but not impulses.
Maybe I'm being stupid but surely you could just use rigidBody->setVelocity(rigidBody->getVelocity() + Vector3(your impulse here))?