Collision between btGImpactMeshShape and btConvexHullShape

Post Reply
lcrivell
Posts: 11
Joined: Sun Jan 10, 2016 5:08 pm

Collision between btGImpactMeshShape and btConvexHullShape

Post by lcrivell »

Hi,
I was generating btConvexHullShape for my dynamic and static objects and they collided properly.
Now I want to use btGImpactMeshShape for my static meshes and I see that no collision is detected.
Are both types supposed to collide together ?
Apart from the

Code: Select all

btGImpactCollisionAlgorithm::registerAlgorithm(dispatcher);
is there something I need to think about ?
Thanks.
Post Reply