Game Development Community

SetFricition not work...

by Hans Meyer · in Torque Game Builder · 04/01/2007 (5:28 am) · 2 replies

I have 2 sprites that moves. Now I want to add some friction, so i set it.
But it do not work. The sprites bounces correct but they do not get slower...

About the author

Recent Threads

  • TGB...Questions

  • #1
    04/01/2007 (11:59 am)
    @Hans, friction is used during collision, not movement ... as far as I know, to slow an object down and make it 'slow to a stop', you have to modify the Mass, Density and Restitution values ....
    #2
    04/08/2007 (11:54 am)
    As far as I know, Friction also doesn't affect CLAMP collision mode. If that's what you're using, that might explain the lack of response you're seeing.