// FLUID / Rotate '05.01 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.6; global_settings { max_trace_level 3 assumed_gamma 2.2 } camera { location <0, -10, -10> look_at <-3, 5, 0> angle 40 } media { scattering { 15, rgb 0.03 } intervals 1 samples 20 method 3 } #declare Intensity = 15; light_source { <0, 40, 46> color rgb <0.5, 0.7, 1> * Intensity spotlight point_at <-10.2, -5, -20> radius 20 falloff 25 tightness 15 media_attenuation on } #declare PREC = 100; julia_fractal { <-0.3, 0.2, -0.3, 1.2> quaternion cube max_iteration 11 precision PREC texture { pigment {color rgbt <1, 1, 1, 0.6>} finish { ambient 0 diffuse 1 reflection 0.5 specular 0.8 phong 0.5 brilliance 1 } } rotate <0,-90,0> rotate z*30 scale 10 }