What is Damping?

Community Forums/Technical Discourse/What is Damping?

Yue(Posted April) [#1]
I'm trying to bounce a ball when it falls, but it does not work.


xEntitySetDamping (Entity *entity, float linear, float angular)



Derron(Posted April) [#2]
Damping describes the loss of energy when it hits the ground.

For a ball it depends on the stifness/materisl a billard ball bounces less often than a basketball

Bye
Ron


Yue(Posted April) [#3]
@Derron.

Thanks You. :)