Friction ?

Hi,

I’m moving a marble sphere in a surface.
All goes good, however, the sphere rotates a lot over her own body before moving, and even when rotating around, it seems it rotates A LOT to make a movement.
It looks like the sphere is sliding in the surface before actually making a movement.
I tryed to put dynamic friction on both objects at 1, and static friction at 0, however i’m not getting good results.
Is there any good setup to avoid this kind of slidding ?

thanks

Try putting both types of friction (Dynamic Static) at 1.0.

It seems from the docs, a friction setting of 0.0 == Ice, and the sliding your seeing my be due to that.

I’m pretty sure the surface it’s hitting (sounds like it’s not dynamic) will use the static friction coefficient when the calculation is done. So yes, setting the static friction for both to a non-zero value should help.