// ARRAY (MEDIA*LEOPARD) / Blue Pattern '00.07 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #global_settings { assumed_gamma 2.2 } camera { location <100,50,150> angle 150 look_at <0,0,0> } #declare Media = media { emission 0.02 intervals 50 samples 1, 1 confidence 0.999 variance 1/10 density { leopard turbulence 0 color_map { [0.1 color rgb <0, 0, 0.05>] [0.45 color rgb <0.4, 0.2, 0.5>] [0.46 color rgb <0, 0, 2>] [0.97 color rgb <0.3, 0.5, 0>] [0.975 color rgb <0, 0, 0>] [1.0 color rgb <5, 0, 0>] } scale 0.4 } } box { <-5,-3,-5> <5,3,5> pigment { color rgbf<1, 1, 1, 1> } finish { ambient 0 diffuse 0 } interior { media { Media } } scale <60,40,60> hollow }