mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Examples update, some more cleanup in PShapeOpenGL
This commit is contained in:
@@ -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();
|
||||
Reference in New Issue
Block a user