弾丸の形状

 球と円柱により弾丸の形状を造ります。
//**********************************************************************************
#local Lr = 3.5;
#local Bullet_seg =
union {
 sphere { 0*x, Lr scale <8/Lr,1,1> clipped_by { plane { -x, 0 } } }
 cylinder { -6*x, 0*x, Lr }
 cylinder { -6.5*x,-6*x, 0.9*Lr }
 cylinder { -8*x,-6.5*x, Lr }
texture { T_gold } }
//**********************************************************************************
 例) 9枚目のフレーム