#include "colors.inc" camera{ location <10, 3, -25> look_at <0,-2,0> angle 30 } light_source{ <1000,1000,-1000> White } height_field { gif "stripesHF.gif" smooth pigment { rgb < .5,.5,1>} finish { ambient .4 diffuse .6 } translate <-.5, -.5, -.5> scale <12, 8, 12> }