#version 3.6; #default { finish { ambient 0.0 } } global_settings { assumed_gamma 1.0 } // ---------------------------------------- camera { perspective location <300, 200, -200> up y sky y angle 50 right x*image_width/image_height look_at 0 } light_source { <1,100,-100>*1000 color rgb 1 } plane {y, 0 pigment{ color rgb <.2,.1,0> } } #include "scottGrass.inc" object{ GrassPatch( 300 , 300 , 3 ) // (WIDTH,LENGTH,BLADE SPACING) translate <-150,0,-150> }