群生の草を描画

 定義した群生の草を描画します。
 //**********************************************************************************
  #local Cv1=< 0.528, 0.694, 0.732 >;
  #local Cv2=< 0.000, 0.245, 0.300 >;
  union {
   object { Area_grass scale 2 }
   plane{ y, 0
   pigment { ripples
          color_map { [ 0.0 color rgb Cv1 ]
                 [ 0.6 color rgb Cv2 ]
                 [ 0.8 color rgb Cv1 ]
                 [ 1.0 color rgb Cv2 ] } scale 1/2 }
   finish { diffuse 1 }
   }
  rotate -30*x translate 10*y }
 //**********************************************************************************