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