mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Updated Create Shapes examples to only use P2D
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
PShape path;
|
||||
|
||||
void setup() {
|
||||
size(640, 360, P3D);
|
||||
size(640, 360, P2D);
|
||||
smooth();
|
||||
// Create the shape
|
||||
path = createShape();
|
||||
|
||||
Reference in New Issue
Block a user