// WORLD / Into Psychedelic Dream '04.11 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.6; global_settings { max_trace_level 6 assumed_gamma 2.2 } camera { location <0, 45, 0> angle 85 look_at <0.2, 0, 0.2> } height_field { png "2004-27-a-full_jpg.png" smooth pigment { agate agate_turb 0.3 turbulence 0 color_map { [0 color rgb <1, 1, 1>] [0.3 color rgb <0, 0, 0.5>] [0.8 color rgb <0.3, 0, 0>] [1 color rgb <1, 1, 1>] } scale 0.3 rotate x*90 } finish { reflection 1 ambient 1 diffuse 5 phong 2 brilliance 1 } translate <-0.5, -0.6, -0.5> scale <120, 10, 120> rotate x*180 rotate y*-60 translate y*-90 } light_source { <2, 10, 20> color rgb <-1, 1, -1> } sphere { <0, 20, 0> 14 pigment { rgbt <2, 0, 0, 0.7> } finish { reflection 0.3 ambient 1 diffuse 0.5 phong 1 phong_size 100 } interior { ior 1.05 fade_distance 10 fade_power -1 } no_shadow } background { color rgb <0, 0, 0.5> }