quakeforge/tools/qfvis/source
Bill Currie 0cae04d71a Alter test_sphere to return -1, 0 or 1.
Representing the side of the plane on which the sphere lies is much more
useful as more complicated tests can be done using just the one call.
-1: the sphere is entirely on the back side of the plane
 0: the sphere is intersecting the plane
 1: the sphere is entirely on the front side of the plane
2013-03-14 09:05:26 +09:00
..
base-vis.c Alter test_sphere to return -1, 0 or 1. 2013-03-14 09:05:26 +09:00
flow.c Implement mightsee updates from tyrutils. 2013-03-09 14:32:51 +09:00
Makefile.am Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
notes add some notes about the threading of qfvis 2002-10-09 19:33:47 +00:00
options.c Set the default level to 4. 2013-03-09 15:01:54 +09:00
qfvis.c Use sphere culling in the base vis. 2013-03-13 21:32:18 +09:00
soundphs.c First step for BSP2 support. DOES NOT WORK! 2012-09-07 16:09:24 +09:00