HOME | DD

boris9k — Triangle Tree 2 by-nc

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:ackground = [ b -0.05]

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. 
Related content
Comments: 0