quakeforge/libs/models/test
Bill Currie 9a9079a2b3 Correct the start-solid in a corner test.
It turns out that the box trace CAN get out of the solid from that location
(though a similar point trace can not). This is because of my decision to
allow non-points to touch a plane from either side without crossing the
plane, whereas a point touching a plane is always considered to be on the
front side of the plane as there is no further information to disambiguate
on which side of the plane the point is.
2011-12-05 22:11:58 +09:00
..
hulls.c Test collisions with a ridge smaller than the box. 2011-12-04 09:02:12 +09:00
hulls.h Test collisions with a ridge smaller than the box. 2011-12-04 09:02:12 +09:00
main.c More file splitting for code reuse. 2011-12-03 21:13:01 +09:00
Makefile.am Create some tests for MOD_HullContents. 2011-12-03 22:18:43 +09:00
testclip.c Correct the start-solid in a corner test. 2011-12-05 22:11:58 +09:00
testcontents.c Test collisions with a ridge smaller than the box. 2011-12-04 09:02:12 +09:00
trace-id.c Ensure id's trace is properly initialized. 2011-09-27 15:38:28 +09:00
trace-qf-bad.c Add an old qf version of trace.c 2011-09-27 13:00:19 +09:00