Login  Register

Re: Some Graph Text Rendering tests not working correctly

Posted by asambol on Sep 22, 2015; 1:16pm
URL: https://forum.jogamp.org/Some-Graph-Text-Rendering-tests-not-working-correctly-tp4034853p4035357.html

I realized what was missing in my application - vp_width and vp_height for renderer were both set to 0. I had to call renderer.reshapeNotify(width, height); inside my GLEventListener reshape() to set it.

The problems with all of the above tests and GL_DEPTH_TEST still persist.