major housecleaning and setting up NEW_GRAPHICS inside PGraphics

This commit is contained in:
benfry
2004-11-15 20:32:27 +00:00
parent 4dcbe6db7c
commit fecc90d4dc
8 changed files with 517 additions and 951 deletions

View File

@@ -136,6 +136,7 @@ public class PPolygon implements PConstants {
* Return true if this vertex is redundant. If so, will also
* decrement the vertex count.
*/
/*
public boolean redundantVertex(float x, float y, float z) {
// because vertexCount will be 2 when setting vertex[1]
if (vertexCount < 2) return false;
@@ -150,6 +151,7 @@ public class PPolygon implements PConstants {
}
return false;
}
*/
public void texture(PImage image) {