Hi guys,
I am trying to make a pool table simulation, but I can't figure out how to set some friction between a ball and the table surface that it is rolling over... because without this friction balls are flying as if in zeroG and don't come to a stop...
Any ideas?
Thanks!
Comments
body:setLinearDamping(5)
body:setAngularDamping(5)