move PConstants around a bit, add annotations for overrides, cleaning up unapproved PShape additions

This commit is contained in:
benfry
2012-09-01 18:05:24 +00:00
parent 46e2e90ede
commit 232390c02c
21 changed files with 753 additions and 462 deletions

View File

@@ -2880,6 +2880,7 @@ public class PShapeOpenGL extends PShape {
fill, stroke, curveDetail, code);
code = VERTEX;
idx++;
break;
case BREAK:
code = BREAK;
@@ -2931,6 +2932,7 @@ public class PShapeOpenGL extends PShape {
fill, stroke, curveDetail, code);
code = VERTEX;
idx++;
break;
case BREAK:
code = BREAK;