userGriglercancel
branchrust_reboot/main/obb_check_fixescancel

6 Commits over 0 Days - ∞cph!

2 Months Ago
missing Intersects2D function
2 Months Ago
merge from main
2 Months Ago
test cases for gjk distance - covers most edge cases from different features (vertex/edge/face)
2 Months Ago
fixed mistake in SquareDistance
2 Months Ago
Replaced OBB Distance and Intersection functions with accuracte implementations - GJK for distance functions, cheaper SAT for intersection - square distance function is also replaced, but it still has to run the GJK algorithm so the savings on it are marginal
3 Months Ago
added tests assembly for OBB and a tool that executes the tests and parses the results to generate a scene containing all failed cases - bumped test-framework version 1.1.33->1.4.4