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.
How to make KINEMATIC rigid has friction?
-
- Posts: 2
- Joined: Sun Jul 10, 2011 11:47 am
Re: How to make KINEMATIC rigid has friction?
call setFriction(0.01) on both nodes for example.
Go to wikipedia to get some basic idea of how friction works.
Go to wikipedia to get some basic idea of how friction works.