// GLUTINOUS / YELLOW '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, -11, -15> look_at <-2, -1.5, 0> angle 34 } media { scattering { 135, color rgb <0.01, 0.02, 0.03> } intervals 1 samples 1 method 2 } #declare Intensity = 5; light_source { <5, 30, 46> color rgb <1, 0.7, 0> * Intensity spotlight point_at <3, -12, -2> radius 10 falloff 100 tightness 20 media_attenuation on } #declare PREC = 500; julia_fractal { <0.0, -0.5, -0.7, 0.02> quaternion cube max_iteration 11 precision PREC texture { pigment {color rgbt <1, 1, 0, 1>} finish { ambient 0.3 diffuse 1 reflection 1 specular 1 phong 1 brilliance 0.5 } } rotate <240, 180, 160> scale 7 translate <-2, -4, 0> }