Login  Register

Re: How to clear part of screen

Posted by elect on Mar 07, 2016; 8:51am
URL: https://forum.jogamp.org/How-to-clear-part-of-screen-tp4036424p4036443.html

Well, you need to call that function each frame/display() call then

Although you should draw it in your own since that's deprecated. Rendering a square is relatively easy, we can help you if you need