mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
major housecleaning and setting up NEW_GRAPHICS inside PGraphics
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user