Re: Text rendering, best solution for my case
Posted by
andrei on
Apr 21, 2014; 7:29am
URL: https://forum.jogamp.org/Text-rendering-best-solution-for-my-case-tp4032192p4032219.html
Thanks, that helped me a bit but there's still a few questions left open for me. Are there test files that render text over existing context, e.g. GearsES9NL69?
I got plain text rendering to work like in the tests:
https://gist.github.com/anonymous/11134970But when I put the code into my main application, everything is black. Obviously some states are set that I don't know how to unset after the text is rendered. Any pointers?