depthtest as a hint, a few more public variables

This commit is contained in:
benfry
2004-07-08 21:38:26 +00:00
parent ef1ca11cae
commit 16d76088c7
5 changed files with 12 additions and 9 deletions

View File

@@ -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