nene
nene copied to clipboard
Rect with Segment collision problem
Unfortunately, the collision system doesn't work well when the collision depth it's great (and maybe other specific conditions), the problems occurs on response_intersection
definition, when there's no intersection.
I didn't added any checking because I supposed it would always intersects (lesson learned, always check everything).
Although the described problem above it's solved, the collision between rectangle and segment it's still problematic on corner cases, thus, I'm reopening this.