8)水面

 波紋による水面を描画します。
 //**********************************************************************************
  #local Cv1=< 0.528, 0.694, 0.732 >;
  #local Cv2=< 0.000, 0.245, 0.300 >;
  plane{ y, -50
   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 3 }
   finish { diffuse 1 }
  }
 //**********************************************************************************