problem with acceleration using addtorque/settorque

prathap

12-09-2009 13:20:36

Hi,
I am applying a constant torque to my object using settorque / addtorque in every frame. I expect the object to accelerate. That means, the object's velocity to be increased continuously. but its not happening. The velocity reaches some value and it remains constant. Hos is it happening? Can I avoid this situation? Can anybody throw any idea on this?? Thanks in advance.

Prathap

melven

12-09-2009 13:28:20

This is perhaps due to friction, did you set it to zero?

kallaspriit

12-09-2009 14:04:51

There is also linear and angular damping, you can set these to zero to have total control.

PJani

12-09-2009 15:19:02

i never understand what are linear and angular damping.

Any explanation will be great.

kallaspriit

12-09-2009 16:03:38

It is simply force in opposite direction of movement (linear) or rotation (angular) that is proportional to speed. It somewhat simulates drag and makes things bit more stable. You can set the damping coefficents to zero and apply your own damping in force callback.

prathap

14-09-2009 12:42:56

Thanks for the reply. Problem is solved by setting linear damping value as required. But, what i did not understand is the term damping. How is Damping in physics related to speed? And in Newton, what is the equation that relates damping coeff. to speed? Any idea???
Prathap