reactphysics3d
reactphysics3d copied to clipboard
Fix typo, which causes SAT edge VS edge algorithm never generates any real contact point
The value of variable penetrationDepth1 will nevel be smaller than minPenetrationDepth, by the defination of minPenetrationDepth. I think this should be penetrationDepth than penetrationDepth1
Thanks a lot. I will review this before the next release.
Thanks a lot for taking the time to report and fix this. I have merged this into the 'develop' branch. This will be part of the next release of the library.