Re: JOGL Overlay drawing problem.
Posted by Yogesh Mevada on Jan 30, 2016; 5:48am
URL: https://forum.jogamp.org/JOGL-Overlay-drawing-problem-tp4036075p4036077.html
Hi Gouessej,
gl2.glClear(GL2.GL_COLOR_BUFFER_BIT | GL2.GL_DEPTH_BUFFER_BIT);
gl2.glLoadIdentity();
This are the two statements which are there in my clearCanvas method.
Some how it is not clearing the overlay colors.
Is there anything more which I needs to clear to achieve the overlay cleanup?