major housecleaning and setting up NEW_GRAPHICS inside PGraphics

This commit is contained in:
benfry
2004-11-15 20:32:27 +00:00
parent 4dcbe6db7c
commit fecc90d4dc
8 changed files with 517 additions and 951 deletions

View File

@@ -348,7 +348,7 @@ public class PLine implements PConstants
}
z0 = z_array[o0];
z0 += -0.001f; // [rocha] ugly fix for z buffer precision
//z0 += -0.001f; // [rocha] ugly fix for z buffer precision
if (INTERPOLATE_Z) {
dz = (z_array[o1] - z_array[o0]) / length;