Home
Course Details
Schedule
Helpful Links
Context Free Art
POV-Ray
Gimp
My Homepage
Math and Computer Systems Homepage
ColorZilla
Moodle
Presenter Bios
Student Galleries
Student Assignment Galleries
Student Personal Galleries
Top Designs
My Gallery
five
by Marissa Nielsen
Code
startshape picture rule picture{ gradient{} sand{z .5 s 3 y 3} structure_one{z .25} structure_two{z 1} } //Rules for the structure_two--------- rule structure_two{ 5*{y .1}CIRCLE{s 4.8 1 y 9} CIRCLE{s .5 3.5 y 7.75 x -2} CIRCLE{s .5 3.5 y 3.7 x -2} CIRCLE{s .5 3.5 y 7.75 x 2} CIRCLE{s .5 3.5 y 3.7 x 2} CIRCLE{s .75 .75 x -2 y 5.7} CIRCLE{s .75 .75 x 2 y 5.7} } //--------------------------------------------- //Rules for the structure_one-------- rule structure_one{ 5*{y .1}CIRCLE{s 4.8 1 y 2.1} } //--------------------------------------------- //Rules for the gradient---------------- rule gradient{ fade{|h 250 h 125} } rule fade{ 1000*{y .01 h .002|}SQUARE{s 11 1 b 1 sat 1} } //--------------------------------------------- //Rules for the sand-------------------- rule sand{ 2*{f 180 y 1.9}duplicate{} } rule duplicate{ 30*{y .1 s .9}tear_drop{} } rule tear_drop{ 10000*{s .95 b 1}CIRCLE{s 1.3 .7} } //---------------------------------------------