Problem with ContactPairTest

Post Reply
nictosi
Posts: 11
Joined: Mon Jul 06, 2015 9:25 am

Problem with ContactPairTest

Post by nictosi »

Hi,
I am using Bullet to detect collisions between an object and the world which is composed by a set of meshed objects. With ContactTest(), collisions are detected as expected. However, iterating through the array of collision objects and calling ContactPairTest() does not give the same result.

Am I missing something? Shall I include the collision objects into a specific group?
Post Reply