Snail Shell

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:

Snail Shell

Post by alastair_hm »

Image

Simple snail like shell

Code: Select all

startshape spin { color }

rule spin {
spikes {}
spin {x 1 r 20 s 0.95 }
}

rule spikes { spike {hue =1 sat =0.8016 b =0.9502} }

rule spike { point {  } spike { r 10 s 0.95 hue +1 } }

rule point { CIRCLE{} point { y 0.1 s 0.96 sat -0.005 }}

alastair_hm
Posts: 10
Joined: Wed Jul 20, 2005 5:41 am
Contact:

Post by alastair_hm »

Another variation on the shell theme

Image

Code: Select all

startshape spin { color alpha}

rule spin {
spikes {}
spin {x 10 r -20 s 0.95 }
}

rule spikes { spike {hue =1 sat =0.8016 b =0.9502 alpha =0.6} }

rule spike { point {  } 
spike { r -15 s 0.99 hue 1 } 
}

rule point { CIRCLE{} point { y 0.25 s 0.99 sat -0.005 r -1}}



Post Reply