// AIR / In the Morning '04.04 // by Tsutomu HIGO URL: http://www.asahi-net.or.jp/~nj2t-hg/ #version 3.5; global_settings { max_trace_level 4 assumed_gamma 2.2 } camera { location <0, 0.7, -1.3> angle 120.0 look_at <0.1, 0.2, 0> } height_field { tga "iparlake.tga" smooth pigment { marble turbulence 0.31 color_map { [0 color rgb <0, 0, 0>] [0.4 color rgb <0, 1, 0>] [0.8 color rgb <0, 0, 1>] [0.9 color rgb <1, 1, 0>] [1 color rgb <1, 1, 1>] } scale 0.003 rotate <30, 160, 40> } finish { reflection 0.2 ambient 0.2 diffuse 0.5 brilliance 1 } translate <-0.5, 0, -0.5> scale <4, 0.8, 3> rotate x*-2.5 rotate y*40 } light_source { <-150, 150, 300> color rgb <1, 0.8, 0.7> } plane { y, 0.31 clipped_by { sphere { 0, 2.0 } } pigment { color rgbt <0.2, 0.5, 0.7, 0.5> } finish { reflection 0.9 ambient 0.3 diffuse 0.3 phong 0.8 } normal { ripples 0.8 frequency 200 scale <0.1, 0.1, 0.3> } } fog { fog_type 2 distance 1.2 color rgb <0.7, 0.8, 1> fog_offset 0.8 fog_alt 0.1 turbulence 0.8 } background { color rgb <1, 0.8, 0.7> }