Re: TextRenderer - my text won't show
Posted by Martijn on Jun 03, 2013; 3:05pm
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029303.html
Hello,
you might need to add:
gl.glUseProgram(shaderState.shaderProgram().program());
to the display method before drawing drawString3D()
this way I managed to show text, however my screen gets cleared so I cant drawing anything else except the text :/ so this might not be the correct way to do it.
Regards