// LAY / Light Dimensional Laying '99.09 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #version 3.1; global_settings { max_trace_level 30 assumed_gamma 2.2 } light_source {<10, 30, -20> color <1.2,1.2,1.2>} camera { location <0,0,-3> angle 100 look_at <0, 0, 0> } union { box {<-10, -10, -0.1> <10, 10, 0.1>} pigment {leopard color_map{ [0 color rgbt <0,0,2,0>] [0.5 color rgbt <0,0,0,0.8>] [1 color rgbt <20,20,20,1>] } turbulence 0.1 translate z*1.4 rotate z*120 scale 0.22 } }