mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 15:30:50 +00:00
f296cb897e
GL and GLSL were drawing the view model after particles instead of before. For GL, this is likely due to avoiding fog affecting the view model (which I think is not the right thing to do), and GLSL due to copying GL (because I had no idea at the time). This makes the two renderers consistent with the software renderers, and might even speed things up a little as that's one less set of blends to do when the particles are covered by the view model (I don't expect much difference). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |