// WORLD / A Huge Existence '04.11 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.6; global_settings { max_trace_level 5 assumed_gamma 2.2 } camera { location <0, 0, 30> angle 100 look_at <-6, 26, -0.5> } height_field { png "2004-27-a-full_jpg.png" smooth pigment { marble turbulence 0.3 color_map { [0.3 color rgbt <0.1, 0.4, 0.1>] [0.7 color rgbt <0, 0, 0.7, 1>] [1 color rgbt <1, 1, 1,0.5>] } scale 0.1 rotate z*90 } finish { reflection 0 ambient 1 diffuse 0.5 phong 2 brilliance 1 } translate <-0.5, -0.6, -0.5> scale <300, 36, 300> rotate x*180 rotate y*90 } light_source { <-1, 50, -0.5> color rgb <1, 1, 1> } sphere { <-18, 70, -0.5> 60 pigment { rgb <0, 0, 1 > } finish { reflection 1 ambient 0.5 diffuse 0 phong 1 phong_size 1 } interior { ior 1.05 fade_distance 20 fade_power 3 } no_shadow }