Problem with ContactPairTest

Post Reply
Doctordien
Posts: 1
Joined: Mon Apr 23, 2018 8:06 am

Problem with ContactPairTest

Post by Doctordien »

Problem with ContactPairTest

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