fixing PGraphics3.ellipse() and others

This commit is contained in:
benfry
2005-02-27 23:12:18 +00:00
parent 23b1a91e82
commit f5ff10c4d6
4 changed files with 84 additions and 13 deletions

View File

@@ -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;