mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Mapgen: Optimise cave noises and tunnel excavation
Instead of doing nothing at node_max.Y + 1 use 1-down overgeneration for tunnel generation and noisemaps Move some old unused code in mgv7 to end of file
This commit is contained in:
parent
c3993f6604
commit
465bb6f5d1
8 changed files with 162 additions and 148 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
BiomeManager *bmgr;
|
||||
|
||||
int ystride;
|
||||
int zstride;
|
||||
int zstride_1d;
|
||||
u32 spflags;
|
||||
|
||||
v3s16 node_min;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue