mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 03:15:40 +01:00
Updated to Nov-25 JOGL autobuilds, re-enabled stencil buffer
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user