Examples update, some more cleanup in PShapeOpenGL

This commit is contained in:
codeanticode
2012-05-26 21:45:49 +00:00
parent 2b758dbba4
commit 2dbecb9373
8 changed files with 46 additions and 65 deletions
@@ -3,8 +3,7 @@
import processing.pdf.*;
size(720, 480, P3D);
hint(ENABLE_ACCURATE_2D);
size(720, 480, P2D);
smooth();
strokeWeight(2);
background(204);
@@ -44,4 +43,4 @@ ellipse(263, 148, 5, 5); // Small eye 1
ellipse(296, 130, 4, 4); // Small eye 2
ellipse(305, 162, 3, 3); // Small eye 3
endRaw();
endRaw();