mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
a few corrections in the java mode examples
This commit is contained in:
@@ -31,6 +31,7 @@ void setup() {
|
||||
void draw() {
|
||||
background(0);
|
||||
|
||||
ambient(80);
|
||||
lights();
|
||||
|
||||
translate(width/2, height/2, 200);
|
||||
@@ -47,4 +48,4 @@ void mousePressed(){
|
||||
|
||||
void mouseDragged(){
|
||||
arcball.mouseDragged();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user