Re: TextRenderer and VAOs
Posted by
Rami Santina on
URL: https://forum.jogamp.org/TextRenderer-and-VAOs-tp4029530p4029540.html
Hi, i see your using GLCanvas, please try using NewtCanvasAWT instead.
As for region creation:
GlyphString glyphString = textRenderer.createString(gl, font, size, text);
GLRegion region = glyphString.createRegion(gl, 0);