ピーマンの材質

 ピーマンの各部分の材質を指定します。
//**********************************************************************************
  #local F_papr = finish { diffuse 0.6 reflection 0.1 brilliance 0.9 }
  #local T_papr_g = texture { pigment { color rgb <0.2,1,0.2> } finish { F_papr } }
  #local T_calyx=
   texture {
   pigment { dents
          color_map { [ 0.0 color rgb < 0.0, 1, 0.0 > transmit 0.2 ]
                   [ 0.5 color rgb < 0.3, 1, 0.5 > ] } scale 0.25 }
   normal { dents 1 scale 0.30 }
   finish { F_papr }
   }
  #local T_twig = texture { pigment { color rgb <0,1,0> } finish { F_papr } }
 //**********************************************************************************