notes and release prep

This commit is contained in:
benfry
2006-03-28 20:43:48 +00:00
parent b3ec89757a
commit 2667ebfb04
4 changed files with 50 additions and 5 deletions

View File

@@ -432,7 +432,7 @@ public class PGraphicsGL extends PGraphics3 {
protected void render_triangles() {
report("into triangles");
report("render_triangles in");
//System.out.println("rendering " + triangleCount + " triangles");
for (int i = 0; i < triangleCount; i ++) {
@@ -681,7 +681,7 @@ public class PGraphicsGL extends PGraphics3 {
if (raw != null) {
raw.endShape();
}
report("out of triangles");
report("render_triangles out");
}