View Single Post
  #5 (permalink)  
Old 03-14-2008, 01:19 AM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Code:
// Mouth. offsetY = (int)(scale*7); int w = 2*offsetX; int h = (int)(scale*5); x = faceCenter.x - offsetX; y = faceCenter.y + offsetY - h; g.fillArc(x, y, w, h, 175, 190);
Reply With Quote