mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Liquid fine tuning
This commit is contained in:
parent
16c031be77
commit
f5ab056b38
5 changed files with 112 additions and 53 deletions
|
@ -324,7 +324,7 @@ void mapblock_mesh_generate_special(MeshMakeData *data,
|
|||
}
|
||||
}
|
||||
if(air_count >= 2)
|
||||
cornerlevel = -0.5*BS+0.1;
|
||||
cornerlevel = -0.5*BS+0.2;
|
||||
else if(valid_count > 0)
|
||||
cornerlevel /= valid_count;
|
||||
corner_levels[i] = cornerlevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue