a few corrections in the java mode examples

This commit is contained in:
codeanticode
2012-09-05 23:47:44 +00:00
parent e67f0d653d
commit 3661d09ed3
5 changed files with 19 additions and 3 deletions
@@ -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();
}
}