// WIND / REEF '99.06 // 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, -30> color <1,1,1>} camera { location <0,0,-3> angle 120 look_at <0, -2, 0> } //Map sphere { <0,-500,0> 500 pigment {wrinkles color_map{ [0.315 color rgbt <0.8,0.7,0.6,0.1>] //rock [0.374 color rgbt <2,2,2,0.1>] //sand [0.39 color rgbt <0,1.7,2,0.5>] //water [1 color rgbt <2,0,10,1>] //sea } turbulence 1.5 scale 10 translate <-0.06,0,0> } } background { color rgb <0.3,0.3,1> }