open_toontown_panda3d/tests/collide
rdb 9ad4e4586c collide: Use correct intersection point for sphere into poly
Previously, the reported surface and intersection points could be outside the polygon if the sphere was colliding with the edge.

Fixes #907
2020-05-05 16:52:21 +02:00
..
collisions.py collide: implement check from parabola into inverse sphere 2019-06-20 19:33:42 +02:00
test_collision_tube.py Rename CollisionTube to CollisionCapsule (bam 6.44) 2018-12-23 22:28:06 +01:00
test_into_box.py collide: add collision test for parabola into box 2019-06-07 22:21:27 +02:00
test_into_capsule.py collide: implement box into capsule 2019-08-02 19:14:58 +02:00
test_into_invsphere.py collide: implement check from parabola into inverse sphere 2019-06-20 19:33:42 +02:00
test_into_lines.py tests: add more collision unit tests 2019-04-09 13:44:20 +02:00
test_into_poly.py collide: Use correct intersection point for sphere into poly 2020-05-05 16:52:21 +02:00
test_into_sphere.py tests: add more collision unit tests 2019-04-09 13:44:20 +02:00