Re: TextRenderer Problem - Missing Letters in Render
Posted by
gouessej on
Oct 12, 2016; 7:51am
URL: https://forum.jogamp.org/TextRenderer-Problem-Missing-Letters-in-Render-tp4037297p4037313.html
Why do you use display lists? They are badly supported in numerous drivers. In my humble opinion, start from a working example, add your changes into it step by step to find the culprit but I don't see the interest of display lists over static VBOs.