DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D
http://www.reactphysics3d.com
zlib License
1.54k stars 224 forks source link

continuous collision detection #395

Open brightening-eyes opened 2 months ago

brightening-eyes commented 2 months ago

hello. thanks for this simple library. for something like bullets which move fairly fast, the collision might not work and bodies might fall into each other, the ability of continuous collision detection makes such issues possible to solve. I know that its on your todo list, but I've made this in order to makes it a little bit more organized for you.