// CILIA / Thirst '04.02 // By Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.5; global_settings { max_trace_level 5 assumed_gamma 2.2 } union { light_source { <10, -20, 0> color rgb <0.6, 1, 0.4> } isosurface { function {-x*x-z*z+9*(1.1-pow(sin(18*y),12) *pow(sin(36*atan(z/(x+0.0000001))+10*pi*y +2*sin(pi*4/sqrt(x*x+z*z+0.1))),12))} threshold 0 max_gradient 3000 contained_by {box {<-3.5, -3, -3.5>, <3.5, -0.9, 3.5>}} texture { pigment {color rgb <1, 1, 1>} finish { ambient 0.1 diffuse 0.5 reflection 0.7 specular 1 phong 1 brilliance 1 } } } no_shadow scale <6, 3, 3> rotate y*-15 rotate x*90 rotate y*15 } camera { location <0, -2, 4> angle 90.0 look_at <-1, -1.5, 0> } background {color rgb <0.1, 0.1, 0>}