... // マグカップ difference { merge { object { Disk_Y } // 本体(外面) object { torus { 0.95, 0.05 } translate 1.0*y } // 縁取り(飲み口のR加工) object { torus { 0.5, 0.1 } // 取手部分 scale 2.0*y rotate 90*x translate 1.0*x } } object { Disk_Y scale <0.9, 1.0, 0.9> translate 0.1*y } // 本体くり抜き(内面) pigment { color White } } ...