Search found 1 match

by innova
Wed Aug 03, 2022 4:16 pm
Forum: General Bullet Physics Support and Feedback
Topic: btGImpactMeshShape collision issues
Replies: 0
Views: 15159

btGImpactMeshShape collision issues

Hello everyone, I try to use bullet to detect collisions/contacts between triangle meshes. For each mesh I build a btGImpactMeshShape within a btCompoundShape and create a btCollisionObject with it. But I experience unexpected collisions between shapes that lay "diagonal" in the world. The...