#include "colors.inc" // RA800271 - Eduardo Kerr // TP02 - MP004 - 19/05/2001 camera { angle 15 location <0, 50, -1> look_at < 0, 0, 0.5> } light_source { <10, 25, -10> color White } blob { threshold .8 sphere {<0, 0, 1.5>, 2, 1.5 pigment{Green} } sphere {<0, 0, -0.5>, 1.5, 1 pigment{Green} } sphere { <0.3, 0.3, 0.5>, 0.45, -1 scale<1.3,1.2,2> pigment{Brown} } cylinder { <0.1, 0.6, 2.2>, <0.6, 0.6, 3.4>, 0.1, 1 pigment {Yellow}} cylinder { < -0.1, 0.6, 2.2>, <-0.6, 0.6, 3.4>, 0.1, 1 pigment {White}} cylinder { <0.5, 0.8, 2.4>, <0.7, 0.8, 3.5>, 0.1, 1 pigment {color rgb<0.4, 1, 0.4>}} cylinder { < -0.5, 0.8, 2.4>, <-0.7, 0.8, 3.5>, 0.1, 1 pigment {color rgb<0.4, 1, 0.4>}} // finish { phong 2 } }