mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
major housecleaning and setting up NEW_GRAPHICS inside PGraphics
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user