mouseButton, open(), link(), depth() messages, matrix naming, error on 1.1

This commit is contained in:
benfry
2005-04-14 02:51:44 +00:00
parent 09ddb6bcc0
commit 58df0a7620
11 changed files with 286 additions and 179 deletions

View File

@@ -809,13 +809,6 @@ public class PGraphics2 extends PGraphics {
}
/**
* Clears pixel buffer. Also clears the stencil and zbuffer
* if they exist. Their existence is more accurate than using 'depth'
* to test whether to clear them, because if they're non-null,
* it means that depth() has been called somewhere in the program,
* even if noDepth() was called before draw() exited.
*/
public void clear() {
g2.setColor(new Color(backgroundColor));
g2.fillRect(0, 0, width, height);