mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-02 23:32:09 +00:00
The depth limits in the gl and glsl renderers and in the trace code really bothered me, but then the fix hit me: at load-time, recurse the trees normally and record the depth in the appropriate place. The node stacks can then be allocated as necessary (I chose to add a paranoia buffer of 2, but I expect the maximum depth will rarely be used). |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makefile.am |