// SPOTLIGHT / The Time of Light '05.01 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.6; global_settings { max_trace_level 8 assumed_gamma 2.2 } camera { location <0, 6, -40> look_at <2, 1.5, 0> angle 50 } media { scattering { 2, rgb 0.03 } intervals 1 samples 20 method 3 } light_source { <0, 15, 0> color rgb 0.3 media_interaction off shadowless } #declare Intensity = 1; light_source { <0, 0, 0> color rgb<1, 0.8, 0.7> * Intensity spotlight point_at <1, 4, -20> radius 40 falloff 15 tightness 1 media_attenuation on } sphere { <0, 0, 0>, 10 pigment { wrinkles color_map { [0.4 color rgbt <0, 0, 0, 1>] [0.55 color rgb <1, 0.2, 0>] [0.7 color rgb <0.2, 0, 0.1>] } turbulence 0.5 scale 2 rotate <110, 220, 30> } finish { ambient 0.5 diffuse 0.8 reflection 0 } }