// GLUTINOUS / BLUE '07.04 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.6; global_settings { max_trace_level 4 assumed_gamma 2.2 } camera { location <-8, 0, -15> look_at <-7, 1.8, 0> angle 50 } media { scattering { 135, rgb 0.03 } intervals 1 samples 1 method 2 } #declare Intensity =10; light_source { <-5, 0, 46> color rgb <0.3, 0.5, 1> * Intensity spotlight point_at <3, 2, -2> radius 10 falloff 100 tightness 8 media_attenuation on } #declare PREC = 500; julia_fractal { <0.103, 0.5, -0.07, 0.2> quaternion cube max_iteration 11 precision PREC texture { pigment {color rgbt <1, 1, 0, 0.98>} finish { ambient 0.3 diffuse 0.6 reflection 1 specular 1 phong 0.6 brilliance 0.5 } } rotate <150, 120, 60> scale 7 translate <-7, -1, 0> }