Bullet rigid body collision with a lot of meshes

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
emadof85
Posts: 31
Joined: Sun May 25, 2014 6:10 pm

Bullet rigid body collision with a lot of meshes

Post by emadof85 »

in my program i make the camera follows the rigid body and move the rigid body

it moves good but the problem is that when there is a lot of meshes in the same place
and close to each other the movement becomes very bad and sometimes the rigid body
doesn't apply the collision with these meshes (walk through them)

is there any way to solve this problem using Bullet
kklouzal
Posts: 343
Joined: Sun Mar 28, 2010 8:14 pm
Location: USA - Arizona

Re: Bullet rigid body collision with a lot of meshes

Post by kklouzal »

How are you moving the rigid body? Are you applying forces or just manually setting the position? If you're just manually setting the position then you end up moving the rigid body into another rigid body and that is most likely the source of your problems.

Why aren't you using the btKinematicCharacterController?
Dream Big Or Go Home.
Help Me Help You.
Post Reply