Textured star

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
kaosfere
Posts: 4
Joined: Mon Jul 11, 2005 11:27 am

Textured star

Post by kaosfere »

Code: Select all

startshape star

rule star {
    line {}
    line { r 45 }
    line { r 90 }
    line { r 135 }
    line { r 180 }
    line { r 225 }
    line { r 270 }
    line { r 315 }

    star { s .95 b .1}  
}

rule line {
    CIRCLE{}
    CIRCLE { s .8 b .5 }
    line {x .9 s .8 }
}

User avatar
aaronstj
Posts: 66
Joined: Wed Jul 06, 2005 11:34 am
Location: Seattle

Post by aaronstj »

Crazy. That's a lot of cool for so little code.

Post Reply