continuing the graphics madness

This commit is contained in:
benfry
2005-02-14 18:28:10 +00:00
parent 6ba85ac79a
commit f1a4a5ab5e
5 changed files with 37 additions and 746 deletions

View File

@@ -171,7 +171,7 @@ public class PGraphics3 extends PGraphics {
* This prototype only exists because of annoying
* java compilers, and should not be used.
*/
public PGraphics2() { }
public PGraphics3() { }
/**
@@ -2297,4 +2297,4 @@ public class PGraphics3 extends PGraphics {
lightSpecularG[num] = calcG;
lightSpecularB[num] = calcB;
}
}
}