
I'm a complete newbie when it comes to Bullet Physics...and physics in general, for that matter, so I'm sorry if this is a dumb question. I'd like to have a cube that behaves like a cube normally should (I mean that I don't want to set the object as being kinematic and having a mass of 0), but I want to be able to move the cube based on my mouse movement. Every time I move my mouse one pixel to the right, I want to the cube to rotate clockwise one degree in one second and then stop. Now, I realize that I could just set a larger rotation on the cube manually, but I would rather not do that.
Since my cube has friction, and the plane that the cube is resting on has friction, I figured that I could either apply torque or torque-impulse (which should I use?) to have the cube start rotating, and then friction would slow it down the proper amount.
I'm lost on how I would go about deriving this equation, however? Could someone give me a nudge in the right direction (or provide the actual equation with a little explanation)?
Thanks in advance

-wyrmmage