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:
@@ -9,7 +9,7 @@
|
||||
PShape group;
|
||||
|
||||
void setup() {
|
||||
size(640, 360, P3D);
|
||||
size(640, 360, P2D);
|
||||
smooth();
|
||||
// Create the shape as a group
|
||||
group = createShape(GROUP);
|
||||
|
||||
Reference in New Issue
Block a user