mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
6d312aaa63
As per usual, fp math finds a way to confound any epsilon test. So rather than relying entirely on test_support_points, check the distance from the sphere center to the affine point and break out of the loop if the distance is small enough (< 1% of the current radius). This allows qfvis to load ad_tears without hacks. |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |