Colour Curl

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
alastair_hm
Posts: 10
Joined: Wed Jul 20, 2005 5:41 am
Contact:

Colour Curl

Post by alastair_hm »

Image

Code: Select all

startshape tree4 {color}

rule tree4
{
tree3 {  hue =0 sat =1 b =0.85 }
}

rule tree3
{
tree2 {} tree3 {y -2.8 sat -0.05 s 0.75 r -30}
}

rule tree2{
tree{} tree2{x 2.5 size 0.65 r 45 hue 20}
}

rule tree {
branch_right{} branch_right{r 180}
}

rule branch_right {
branch_right{x 0.5 y 0.5 size 0.6 r -45 hue 5}
branch_left{x -0.5 y 0.5 size 0.6 r 45 hue 5}
blob2{}
}

rule branch_left {
branch_left{x -0.5 y 0.5 size 0.6 r 45 hue 5}
branch_right{x 0.5 y 0.5 size 0.6 r -45 hue 5}
blob2{}
}

rule blob2 {
blob{}
blob2 { x 0.005 y 0.005 s 0.8 sat -0.05}
}

rule blob {
SQUARE {}
}
[/quote]

Post Reply