beginning work on beginGL/endGL, misc todo items

This commit is contained in:
benfry
2006-05-01 13:52:30 +00:00
parent b2b70f62d1
commit 5b538b937e
4 changed files with 51 additions and 5 deletions
+1
View File
@@ -1010,6 +1010,7 @@ public class PGraphics3 extends PGraphics {
// ------------------------------------------------------------------
// POINTS FROM CAMERA SPACE (VX, VY, VZ) TO SCREEN SPACE (X, Y, Z)
// this appears to be wasted time with the opengl renderer
for (int i = vertex_start; i < vertex_end_including_clip_verts; i++) {
float vx[] = vertices[i];