Hier nochmal meine Grafik zu der letzten Übung. Nicht schön aber selten ;-)

size (400, 400);
background (255);
smooth ();
// ------ HEAD ----
fill (222, 111, 7);
stroke (216, 102, 18);
smooth ();
ellipseMode (CENTER);
ellipse (197, 210, 180, 150);
fill (238, 116, 26);
stroke (216, 102, 18);
smooth ();
ellipseMode (CENTER);
ellipse (200, 210, 180, 150);
fill (255);
noStroke();
triangle (150, 120, 200, 120, 190, 140);
fill (34, 95, 9);
noStroke();
quad (180, 90, 190, 85, 198, 140, 180, 140);
noStroke();
fill (238, 116, 26);
ellipseMode (CENTER);
ellipse (175, 154, 45, 30);
fill (238, 116, 26);
noStroke();
ellipseMode (CENTER);
ellipse (200, 150, 25, 30);
// ------ GRIN ----
fill (255, 170, 71);
noStroke ();
smooth ();
ellipseMode (CENTER);
ellipse (197, 233, 140, 70);
fill (54, 33, 0);
noStroke ();
smooth ();
ellipseMode (CENTER);
ellipse (197, 230, 140, 70);
fill (238, 116, 26);
noStroke ();
smooth ();
ellipseMode (CENTER);
ellipse (197, 204, 160, 75);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (165, 237, 167, 250, 188, 240);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (190, 238, 187, 250, 175, 240);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (130, 224, 137, 240, 155, 230);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (145, 234, 147, 245, 175, 230);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (188, 234, 197, 255, 210, 230);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (202, 234, 210, 250, 240, 230);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (220, 234, 240, 245, 240, 230);
fill (238, 116, 26);
noStroke ();
smooth ();
triangle (240, 234, 255, 245, 260, 220);
// ------ EYES ----
fill (255, 170, 71);
noStroke();
triangle (170, 160, 149, 185, 180, 190);
fill (54, 33, 0);
noStroke();
triangle (170, 160, 155, 183, 180, 188);
fill (255, 170, 71);
noStroke();
triangle (210, 160, 199, 192, 230, 190);
fill (54, 33, 0);
noStroke();
triangle (210, 160, 199, 190, 225, 187);
// ------ NOSE ----
fill (255, 170, 71);
noStroke();
quad (185, 210, 195, 210, 198, 229, 178, 229);
fill (54, 33, 0);
noStroke();
quad (185, 207, 195, 207, 195, 227, 180, 227);