Re: TextRenderer Problem - Missing Letters in Render
Posted by Ben on Oct 12, 2016; 11:45am
URL: https://forum.jogamp.org/TextRenderer-Problem-Missing-Letters-in-Render-tp4037297p4037317.html
Hi and thanks for the advice. I am using primitives only to display scientific data and by using the lists with the objects I reduce memory / cpu - and it is noticeable. Unfortunately I do not work on gaming / games and so my knowledge of OpenGL / JOGL is hacker at best.
The code I provided above and your comment suggests the use of Lists is my problem so I will research VBO and see if I can implement it. This used to work fine in the past with earlier versions of JOGL. This problem resulted from my update to the latest JOGL.
Thanks
Ben