Data update
This commit is contained in:
parent
5af6d93694
commit
796d366b97
455 changed files with 7413 additions and 1900 deletions
|
|
@ -11,8 +11,8 @@ proc tree x1 y1 x2 y2 depth . .
|
|||
color3 0.3 0.2 + depth / 18 0.1
|
||||
polygon [ x1 y1 x2 y2 x3 y3 x4 y4 ]
|
||||
polygon [ x3 y3 x4 y4 x5 y5 ]
|
||||
call tree x4 y4 x5 y5 depth + 1
|
||||
call tree x5 y5 x3 y3 depth + 1
|
||||
tree x4 y4 x5 y5 depth + 1
|
||||
tree x5 y5 x3 y3 depth + 1
|
||||
.
|
||||
.
|
||||
call tree 41 10 59 10 0
|
||||
tree 41 10 59 10 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue