-- My work is the mascot character of volleyball whose name is "BABO" -- in Japan. This character was made when Japan was strong at -- volleyball. However, Japan is very weak now. I'm sad because -- Japan could not get good result in the world cup of volleyball. -- I wish Japan become strong again, so I create this character at the -- meaning of cheer of Japan. my_model(x[3], a[1]) { xt = x[1]; yt = x[2]; zt = x[3]; body = 25 - xt^2 - yt^2 - (zt+2)^2; leg1 = 1 - (xt-2)^2 - yt^2 & -zt & (zt+9); leg2 = 1 - (xt+2)^2 - yt^2 & -zt & (zt+9); foot1 = 4 - (xt-3)^2 - yt^2 & -(zt+9) & (zt+10); foot2 = 4 - (xt+3)^2 - yt^2 & -(zt+9) & (zt+10); ashi1 = leg1|foot1; ashi2 = leg2|foot2; eye1 = 1 - (xt-2)^2 - (yt-4)^2 - zt^2; eye2 = 1 - (xt+2)^2 - (yt-4)^2 - zt^2; hand1 = -(xt-5)&(xt-1)&-(yt-1)&(yt+1)&-(zt-7)&(zt-5); hand2 = (xt+5)&-(xt+1)&-(yt-1)&(yt+1)&-(zt-7)&(zt-5); arm1 = 1 - (xt-3)^2 - yt^2 & -(zt-5)&zt; arm2 = 1 - (xt+3)^2 - yt^2 & -(zt-5)&zt; finger1 = -(xt-2)&(xt-1)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); finger2 = -(xt-3.5)&(xt-2.5)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); finger3 = -(xt-5)&(xt-4)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); finger4 = -(xt+1)&(xt+2)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); finger5 = -(xt+2.5)&(xt+3.5)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); finger6 = -(xt+4)&(xt+5)&-(yt-1)&(yt+1)&-(zt-9)&(zt-7); thumb1 = -(xt-1)&(xt-0.3)&-(yt-1)&(yt+1)&-(zt-6)&(zt-5); thumb2 = -(xt+0.3)&(xt+1)&-(yt-1)&(yt+1)&-(zt-6)&(zt-5); te1 = hand1|arm1|finger1|finger2|finger3|thumb1; te2 = hand2|arm2|finger4|finger5|finger6|thumb2; my_model = body|ashi1|ashi2|te1|te2\eye1\eye2; }