mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add L-system trees as decorations (#14355)
This commit is contained in:
@@ -35,7 +35,9 @@ namespace treegen {
|
||||
UNBALANCED_BRACKETS
|
||||
};
|
||||
|
||||
struct TreeDef {
|
||||
struct TreeDef : public NodeResolver {
|
||||
virtual void resolveNodeNames();
|
||||
|
||||
std::string initial_axiom;
|
||||
std::string rules_a;
|
||||
std::string rules_b;
|
||||
|
Reference in New Issue
Block a user