mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
f47e03e606
Modern maps can have many more leafs (eg, ad_tears has 98983 leafs). Using set_t makes dynamic leaf counts easy to support and the code much easier to read (though set_is_member and the iterators are a little slower). The main thing to watch out for is the novis set and the set returned by Mod_LeafPVS never shrink, and may have excess elements (ie, indicate that nonexistent leafs are visible). |
||
---|---|---|
.. | ||
alias | ||
brush | ||
iqm | ||
sprite | ||
test | ||
clip_hull.c | ||
fullbright.c | ||
gl_model_fullbright.c | ||
gl_skin.c | ||
glsl_skin.c | ||
Makemodule.am | ||
model.c | ||
null_model.c | ||
portal.c | ||
skin.c | ||
sw_skin.c | ||
trace.c | ||
vulkan_skin.c | ||
winding.c |