Re: TextRenderer - my text won't show
Posted by Lili on Jun 04, 2013; 5:10pm
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029325.html
I was finally able to make the text show up. I had a scene with 2 spheres, 1 cube and 3 lines (to show the x, y, z axis). Now I added a label to the scene but that made the cube disappear (only the cube). I don't understand why. Also for some reason it gives me a runtime error when I call textRenderer.scale and translate from inside the display() method. Right now I'm calling them from the init(). Does anyone have an idea why that may be.