1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Add initial Decoration support, many misc. improvements & modifications

This commit is contained in:
kwolekr 2013-06-15 22:23:06 -04:00
parent eccd1fdbed
commit 0a8519a26f
14 changed files with 658 additions and 86 deletions

View file

@ -67,9 +67,7 @@ public:
v3s16 full_node_min;
v3s16 full_node_max;
s16 *heightmap;
s16 *ridge_heightmap;
u8 *biomemap;
Noise *noise_terrain_base;
Noise *noise_terrain_alt;