Hi,
I have a character and I want that he react to gravity (so there is Collision AND Physics activated on him. That's OK) but I don't want that he moved when an objet or another character touch him.
So I want collision on him, so the other entity couldn't pass throught him (that's OK). I Want the react to gravity so he fall when he is in the void (that's OK) but I dpn't want that he react and move when other entity want to push him. How can I can I keep collision and gravity and abandon other physics reaction ? I just wand gravity and collision not the rest...
How can I do that ?
thanks
++
character who react only with gravity
-
- Posts: 50
- Joined: Thu Mar 24, 2016 10:22 am
- Location: France
Re: character who react only with gravity
Please don't post Bullet support questions here, use http://www.bulletphysics.org/Bullet/php ... um.php?f=9
Otherwise, I don't know how Character is working but with RigidBody you can set a huge mass to your object.
It'll be still concerned by gravity but not affected by collision with other objects.
Otherwise, I don't know how Character is working but with RigidBody you can set a huge mass to your object.
It'll be still concerned by gravity but not affected by collision with other objects.