// LAY / 2 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 {<3, 1.6, -1> color <1,0.2,0>} light_source {<-10, -6, -4> color <1,1,1>} camera { location <0,0,-8> angle 70 look_at <0, 0, 0> } union { box { <-10, -10, -0.1> <10, 10, 0.1>} pigment {leopard color_map{ [0 color rgbt <1.5,1.8,0.5,0>] [0.001 color rgbt <0.7,1,0.9,0>] [0.02 color rgbt <0,0,0,0.8>] [1 color rgbt <0,18,3,1>] } turbulence 0.4 translate z*3.2 rotate z*-45 scale <0.209,0.204,0.208> } translate <0.46,0.45,0> }