mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
fixing PGraphics3.ellipse() and others
This commit is contained in:
@@ -455,6 +455,12 @@ public class PFont implements PConstants {
|
||||
parent.vertex(x1, y2, z, 0, height[glyph]);
|
||||
parent.vertex(x2, y2, z, width[glyph], height[glyph]);
|
||||
parent.vertex(x2, y1, z, width[glyph], 0);
|
||||
/*
|
||||
parent.vertex(x1, y1, z);
|
||||
parent.vertex(x1, y2, z);
|
||||
parent.vertex(x2, y2, z);
|
||||
parent.vertex(x2, y1, z);
|
||||
*/
|
||||
parent.endShape();
|
||||
|
||||
//parent.textureMode = savedTextureMode;
|
||||
|
||||
Reference in New Issue
Block a user