mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Setting z = 0 in vertex(x, y)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user