mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Minor examples update
This commit is contained in:
@@ -39,7 +39,7 @@ void draw() {
|
||||
|
||||
void keyPressed() {
|
||||
if(key==' ') build();
|
||||
if(!online)saveFrame("bezPatch.png");
|
||||
saveFrame("bezPatch.png");
|
||||
}
|
||||
|
||||
void build() {
|
||||
|
||||
@@ -26,7 +26,7 @@ int tmpYp[];
|
||||
|
||||
|
||||
void setup() {
|
||||
size(1024, 768, P3D);
|
||||
size(1024, 768, P2D);
|
||||
background(0, 0, 0);
|
||||
noStroke();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user