茎と花びらの色

 茎と花びらの色を指定します。
 //**********************************************************************************
  #local T_stem = texture { pigment { color rgb < 0, 1, 0 > } }
  #local T_petal =
   texture {
   pigment { wood
          color_map { [ 0.0 rgb < 1, 0.8, 0.4 > ]
                  [ 1.0 rgb < 1, 1.0, 0.0 > ] }
          scale < 0.5, 0.8, 0.8 >*2 translate 40*y }
   finish { reflection 0.1 }
   }
 //**********************************************************************************