Top "Bullet" questions

The Bullet Physics Library is an Open Source collision detection and rigid body dynamics library.

Format UILabel with bullet points?

Is it possible to format the text in a UILabel to show a bullet point? If so, How can I …

ios objective-c swift uilabel bullet
Bullet physics engine, how to freeze an object?

Using Bullet 2.76 I'm trying to freeze an object (rigid body) so that it instantly stops moving, but still responds to …

physics game-physics bullet
How to apply rotation to a body in Bullet Physics Engine?

I have rotation values (roll, pitch, yaw). I would like to apply that rotation to a body, but I have …

rotation physics-engine bullet bulletphysics
Re-positioning a Rigid Body in Bullet Physics

I am writing a character animation rendering engine that uses Bullet Physics as a physics simulation engine. A sequence will …

position set physics bullet rigid-bodies
Bullet Physics - Apply Torque Impulse in Body's Local Space

I'm currently evaluating the Bullet Physics Library for a 3D space game I'm writing using C++ and Ogre3D. I've …

c++ physics ogre3d bullet
Bullet debug drawer with OpenGL

I have been fiddling around with bullet for a bit and I now want to draw debug. I have an …

c++ visual-studio debugging opengl bullet