renderGL: setting to set settings to set stencil a
nd buffer size it appears this may be the cause of visual glitches
This commit is contained in:
parent
e9acf42f8a
commit
f95336befe
4 changed files with 32 additions and 11 deletions
|
|
@ -1996,6 +1996,7 @@ class FurnaceGUI {
|
|||
int glBlueSize;
|
||||
int glAlphaSize;
|
||||
int glDepthSize;
|
||||
int glSetBS;
|
||||
int glStencilSize;
|
||||
int glBufferSize;
|
||||
int glDoubleBuffer;
|
||||
|
|
@ -2248,6 +2249,7 @@ class FurnaceGUI {
|
|||
glBlueSize(8),
|
||||
glAlphaSize(0),
|
||||
glDepthSize(24),
|
||||
glSetBS(0),
|
||||
glStencilSize(0),
|
||||
glBufferSize(32),
|
||||
glDoubleBuffer(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue