mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
depthtest as a hint, a few more public variables
This commit is contained in:
@@ -153,7 +153,7 @@ public class PPolygon implements PConstants {
|
||||
pixels = parent.pixels;
|
||||
zbuffer = parent.zbuffer;
|
||||
|
||||
noDepthTest = !parent.depthTest;
|
||||
noDepthTest = parent.hints[NO_DEPTH_TEST]; //!parent.depthTest;
|
||||
smoothing = parent.smooth;
|
||||
|
||||
// by default, text turns on smoothing for the textures
|
||||
|
||||
Reference in New Issue
Block a user