Login  Register

Re: TextRenderer - my text won't show

Posted by Lili on Jun 03, 2013; 5:31pm
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029306.html

Yes I have looked at existing examples. I ran this one
https://projectsforge.org/projects/bundles/browser/trunk/jogl-2.0-rc3/tests/src/test/java/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo01.java
and it worked. They're a little different from what I am trying to do. For example I am using GL3 and a GLCanvas instead of GL2ES2 and GLWindow. A was actually able to change the GLWindow to a GLCanvas in the example that I ran and it still worked. I just don't even have an idea where to look for the problem in my code.