Login  Register

Re: Can anyone provide an example of how to use com.jogamp.graph.curve.opengl.TextRenderer

Posted by gouessej on May 07, 2012; 6:45pm
URL: https://forum.jogamp.org/Can-anyone-provide-an-example-of-how-to-use-com-jogamp-graph-curve-opengl-TextRenderer-tp3968662p3969343.html

Hi

I had the same problem, it didn't occur anymore once I unbind my VBOs correctly, I didn't try to use another text renderer. The best way to avoid these crash consists in avoiding using VBOs when the text renderer uses only vertex arrays, which happens with graphics cards supporting VBOs but not OpenGL 1.5, it was the case of my previous graphics card ATI Radeon 9250 Pro.
Julien Gouesse | Personal blog | Website