c = torus(0.2,0.0025,64,8).ly(2,0.25).cy; t = cylinder(0.0025,0.16,8).rx(90).zz.tz(0.04).ringy(3) + cylinder(0.04,0.005,64) - cylinder(0.02,0.005,64); t.ty(0.1275); s = cylinder(0.201,0.25,64) - cylinder(0.199,0.25,64); s.rgba(0,0.5,1,0.5); // s.rgba(1,0.25,0.25,0.5); return c + t + s;