From e26f6b599b3d1d60e0cc49e46c03dbb40739b8fc Mon Sep 17 00:00:00 2001 From: codeanticode Date: Mon, 26 Nov 2012 16:22:40 +0000 Subject: [PATCH] Updated to Nov-25 JOGL autobuilds, re-enabled stencil buffer --- core/src/processing/opengl/PGL.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/opengl/PGL.java b/core/src/processing/opengl/PGL.java index 4450f4b4c..ae314c0a6 100644 --- a/core/src/processing/opengl/PGL.java +++ b/core/src/processing/opengl/PGL.java @@ -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 */