Updated to Nov-25 JOGL autobuilds, re-enabled stencil buffer

This commit is contained in:
codeanticode
2012-11-26 16:22:40 +00:00
parent 1b06b665d2
commit e26f6b599b

View File

@@ -385,7 +385,7 @@ public class PGL {
protected static int request_depth_bits = 24;
// Stencil buffer disabled for now:
// http://forum.jogamp.org/Enabling-Stencil-buffer-breaks-rendering-OSX-R11-td4026857.html
protected static int request_stencil_bits = 0;
protected static int request_stencil_bits = 8;
protected static int request_alpha_bits = 8;
/** The AWT-OpenGL canvas */