// Last edited on 2003-03-19 22:32:45 by stolfi #include "colors.inc" background{ color rgb < 0.30, 0.35, 0.40 > } camera { location 1.5*<-15, -3,-10> look_at <0,0,0> } light_source { <-27, 4, -15> color 1.2* White } light_source { <30, 0, -5> color 0.5* White } sphere { <2,5,0>,0.3 scale <1,1.5,1>} sphere { <-2,5,0>,0.3 scale <1,1.5,1>} sphere { <0,4,0>,2 scale <1,1.5,1> pigment {Brown}} sphere { <0,0,0>,2 scale <2,3,1> pigment {Brown}} sphere { <-1.7,4,1>,2 scale <1,1,1> pigment {Brown}} sphere { <1.7,4,1>,2 scale <1,1,1> pigment {Brown}} cylinder { <-2.5,4,1>, <-6,-1,1>, .9 pigment {Brown}} cylinder { <2.5,4,1>, <6,-1,1>, .9 pigment {Brown}} cylinder { <-6,-0.5,1>, <-6,-4,1>, .8 pigment {Brown}} cylinder { <6,-0.5,1>, <6,-4,1>, .8 pigment {Brown}} cylinder { <-6,-4,1>, <-7,-5,2>, .8 pigment {Brown}} cylinder { <6,-4,1>, <7,-5,2>, .8 pigment {Brown}} sphere { <-2,-4.5,1>,2 pigment {Brown}} sphere { <2,-4.5,1>,2 pigment {Brown}} cylinder { <-2.5,-5,1>, <-3.5,-8,1>, 1 pigment {Brown}} cylinder { <2.5,-5,1>, <3.5,-8,1>, 1 pigment {Brown}} cylinder { <-3.5,-7.5,1>, <-3.5,-10,1>, .9 pigment {Brown}} cylinder { <3.5,-7.5,1>, <3.5,-10,1>, .9 pigment {Brown}} cylinder { <-3.5,-10,1>, <-4.5,-11,2>, .9 pigment {Brown}} cylinder { <3.5,-10,1>, <4.5,-11,2>, .9 pigment {Brown}}