Setting z = 0 in vertex(x, y)

This commit is contained in:
codeanticode
2011-07-02 06:40:57 +00:00
parent 72f18a3201
commit 3140e00666
+1
View File
@@ -985,6 +985,7 @@ public class PGraphics extends PImage implements PConstants {
vertex[X] = x;
vertex[Y] = y;
vertex[Z] = 0;
vertex[EDGE] = edge ? 1 : 0;