3)床の色指定

 床の色を指定します。
 //**********************************************************************************
  #local Pc =
   pigment { gradient x+y
          color_map { [ 0.25 rgbf <0.9, 0.4, 0.0, 0.0> ]
                   [ 0.25 rgbf <1.0, 1.0, 1.0, 1.0> ]
                   [ 0.75 rgbf <1.0, 1.0, 1.0, 1.0> ]
                   [ 0.75 rgbf <0.9, 0.4, 0.0, 0.0> ] }
  }
 //**********************************************************************************