1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

L-System treegen

This commit is contained in:
RealBadAngel 2012-12-29 16:20:09 +01:00 committed by Ilya Zhuravlev
parent 45029117f5
commit b40e599866
8 changed files with 689 additions and 174 deletions

View file

@ -42,10 +42,6 @@ namespace mapgen
// Main map generation routine
void make_block(BlockMakeData *data);
// Add a tree
void make_tree(ManualMapVoxelManipulator &vmanip, v3s16 p0,
bool is_apple_tree, INodeDefManager *ndef);
/*
These are used by FarMesh
*/