// WORLD / Trip to Myself '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, 165, -130> angle 9 look_at <-0.5, 56, -0.5> } height_field { png "2004-27-a-full_jpg.png" smooth pigment { crackle turbulence 0.1 color_map { [0.1 color rgb <0, 0, 1>] [0.2 color rgbt <1, 1, 1,1>] [0.8 color rgbt <1, 1, 1,1>] [0.9 color rgb <0, 0, 1>] } scale 10 rotate x*90 } finish { reflection 0 ambient 1 diffuse 0.5 phong 2 brilliance 1 } translate <-0.5, -0.6, -0.5> scale <120, 100, 180> rotate x*180 rotate y*90 } light_source { <1, -10, 1> color rgb <1, 1, 1> } sphere { <-1, 50, -0.5> 16 pigment { rgbt <0, 0, 1, 0.9> } finish { reflection 1 ambient 0.5 diffuse 0 phong 1 phong_size 200 } interior { ior 1.05 fade_distance 20 fade_power 3 } no_shadow } media { scattering { 1, rgb 0.03 } intervals 1 samples 5 method 3 } fog { fog_type 2 distance 0.04 color rgb <0.85, 0.8, 1> fog_offset -1 fog_alt 1 turbulence 0.3 }