1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 14:47:39 +00:00

sky-based fog in 2.5D

This commit is contained in:
Zeno Rogue
2020-08-01 13:59:53 +02:00
parent 3c198a3672
commit 7c3c34c3d8
5 changed files with 218 additions and 28 deletions

View File

@@ -1999,6 +1999,8 @@ void dqi_line::draw_back() {
EX void sort_drawqueue() {
if(WDIM == 2 && GDIM == 3 && hyperbolic) make_air();
DEBBI(DF_GRAPH, ("sort_drawqueue"));
for(int a=0; a<PMAX; a++) qp[a] = 0;