quakeforge/tools/qfvis
Bill Currie fe998f41b4 [qfvis] Convert leaf vis to cluster vis
Now that only 3852 clusters need to be checked for each cluster, fat-pvs
construction for ad_tears completes in about 0.7s, most of which seems
to be loading, conversion, compression and writing. O(N^3) cuts both
ways (hurts like crazy when N increases, does wonders when N decreases,
especially by a factor of 25). And then throw in improved cache
performance...

I suspect having an off-line compiler is still useful, but even if
qfvis's implementation never actually gets used, if cluster
reconstruction is put in the engine, large maps will be feasible even
for quakeworld. Just the reduced memory requirements alone will be a
huge benefit (~3GB down to 1.8MB).
2021-08-03 15:48:45 +09:00
..
include [qfvis] Reconstruct the leaf clusters in a bsp 2021-08-03 11:37:24 +09:00
source [qfvis] Convert leaf vis to cluster vis 2021-08-03 15:48:45 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qfvis.1 correct a couple of falsehoods 2004-01-27 05:08:21 +00:00