How to make KINEMATIC rigid has friction?

scarlion
Posts: 3
Joined: Sat Feb 12, 2011 3:04 am

How to make KINEMATIC rigid has friction?

Post by scarlion »

hi

I have put a KINEMATIC box in physic world, and then I put some little box on it. When I move this INEMATIC box, because it does not have friction, little box on it would not move with it.

Is there a way to make Kinematic object has friction to other rigid item.
GrizzLyCRO
Posts: 2
Joined: Sun Jul 10, 2011 11:47 am

Re: How to make KINEMATIC rigid has friction?

Post by GrizzLyCRO »

call setFriction(0.01) on both nodes for example.

Go to wikipedia to get some basic idea of how friction works.