Collision sweep test between two oriented boxes

Post Reply
nenad
Posts: 1
Joined: Tue Sep 10, 2019 4:12 pm

Collision sweep test between two oriented boxes

Post by nenad »

Hello,

Can Bullet be used to perform sweep collision test between two oriented boxes? I'd like to input two boxes, their start and end transforms and query the position/time when they first came into contact. I know there is btCollisionWorld::convexSweepText() but is there a simple way to just sweep-test two shapes?
Post Reply