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

@@ -233,8 +233,9 @@ public interface PConstants {
static final int NEW_GRAPHICS = 2;
static final int DISABLE_TEXT_SMOOTH = 3;
static final int DISABLE_SMOOTH_HACK = 4;
static final int NO_DEPTH_TEST = 5;
static final int HINT_COUNT = 5;
static final int HINT_COUNT = 6;
//////////////////////////////////////////////////////////////