// AIR / Night City '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.1, 0.7, -1.5> angle 50.0 look_at <-0.5, 0, -0.5> } height_field { tga "iparocty.tga" smooth pigment { crackle turbulence 0.1 color_map { [0.4 color rgb <0, 0, 0>] [0.5 color rgb <0.5, 1, 0.3>] [0.6 color rgb <1, 0.7, 0.3>] [1 color rgb <1, 1, 1>] } scale 0.005 rotate z*90 } finish { reflection 1 ambient 1 diffuse 0.5 brilliance 1 phong 0.2} translate <-0.5, 0, -0.5> scale <4, 0.7, 3> } fog { fog_type 2 distance 0.3 color rgb <0.3, 0.4, 0.7> fog_offset 0.4 fog_alt 0.1 turbulence 0.8 } background { color rgb <0.7, 0.5, 0.4> }