葉と茎の結合

 葉の形状を茎に結合します。
 //**********************************************************************************
  #local Leaf_seg =
  union {
   sphere { 0, 8 scale <1,1/3,1> translate 6*y }
   cone { 6*y 8, 0*y 1 }
   cylinder { 0*y, -60*y, 1 }
   object { Leaf_base rotate 0*y translate -12*1*y }
   object { Leaf_base rotate 120*y translate -12*2*y }
   object { Leaf_base rotate 240*y translate -12*3*y }
  }
 //**********************************************************************************