HOME | DD

Published: 2018-11-02 18:59:00 +0000 UTC; Views: 55; Favourites: 2; Downloads: 0
Redirect to original
Description
Generated in CFA by the following code:CF:
startshape PLANT
shape PLANT
{
EITHER [ x -2 ]
EITHER [ x 2 ]
EITHER [ y 2 ]
EITHER [ y -2 ]
}
shape BOTH {
BL [rotate 30]
BL [rotate -30 flip 90]
}
shape EITHER
rule { BL[ ] }
rule { BL[ flip 90 ] }
shape BL {
TRIANGLE [ ]
WL [size 0.953 y 1]
}
shape WL
rule 9 { BL [ rotate 4..9 ] }
rule { BOTH [ ] }
rule { BL [ rotate -10 flip 90 ] }
Contains random elements. No post-processing. Heavily inspired by example mtree in CFA. Zoom in to see the little triangles.