Skip to content

Commit

Permalink
Fix wrong angle in L-System tree preset.
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Aug 5, 2020
1 parent b50bf03 commit 7047202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animation_nodes/nodes/mesh/lsystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(self, axiom, rules, angle, generations):
"Tree" : LSystemPreset(
axiom = "FFFA",
rules = ["A = \"! [&FFFA] //// [&FFFA] //// [&FFFA]"],
angle = 3,
angle = 30,
generations = 4
),
"Cracy Cubes" : LSystemPreset(
Expand Down

0 comments on commit 7047202

Please sign in to comment.