... // マグカップ difference { merge { object { Disk_Y } // 本体 object { torus { 0.95, 0.05 } translate 1.0*y } // 縁 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 } } ...