hint(DISABLE_DEPTH_TEST) question
in
Core Library Questions
•
1 years ago
hello, i'm trying to reproduce hint(DISABLE_DEPTH_TEST) using pure opengl
gl=((PGraphicsOpenGL)g).gl;
gl.glDisable (GL.GL_DEPTH_TEST);
does not work.. some advice?
1