// GLUTINOUS / RED '07.04 // 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, -8, -24> look_at <-4, -8, 0> angle 60 } media { scattering { 15, rgb 0.02 } intervals 1 samples 1 method 2 } #declare Intensity = 7; light_source { <-2, -8, 46> color rgb <0.8, 0.3, 0.3> * Intensity spotlight point_at <-2, -6, -2> radius 20 falloff 35 tightness 15 media_attenuation on } #declare PREC = 500; julia_fractal { <0.54, -0.1, 0.7, 0.2> quaternion cube max_iteration 11 precision PREC texture { pigment {color rgbt <1, 1, 0.4, 0.9>} finish { ambient 0.7 diffuse 1 reflection 0.8 specular 0.8 phong 0.5 brilliance 1 } } rotate <90, 170, 100> scale 12 translate <-2, -15, 0> }