Re: TextRenderer - my text won't show
Posted by Lili on Jun 04, 2013; 5:26pm
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029327.html
I needed to add
gl.glBindVertexArray(0);
gl.glUseProgram(0);
at the end of my init() method. Now all the objects and the text are displayed. Unfortunately I don't understand everything that's going on so I will probably run into more problems soon :(