// AIR / Green Dream '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.5, 2, -0.8> angle 90 look_at <0.4, -0.2, 0> } height_field { tga "iparvlly.tga" smooth pigment { marble turbulence 0.5 color_map { [0 color rgb <0, 0, 0>] [0.4 color rgb <0,2, 0.3, 0.5>] [0.8 color rgb <0.3, 0.3, 0>] [0.9 color rgb <0.2, 0.8, 0>] [1 color rgb <0.7, 0.8, 1>] } rotate z*90 scale 0.03 } finish { reflection 1 ambient 0.3 diffuse 0.5 brilliance 1 } translate <-0.5, 0, -0.5> scale <4, 1.2, 3> rotate y*225 } light_source { <300, 200, -100> color rgb <1, 1, 1> } fog { fog_type 2 distance 1.2 color rgb <0.5, 0.7, 1> fog_offset 1.3 fog_alt 0.1 turbulence 0.8 }