Re: Layout of a 3D text rendered with TextRenderer
Posted by
Martin on
Feb 28, 2021; 6:17pm
URL: https://forum.jogamp.org/Layout-of-a-3D-text-rendered-with-TextRenderer-tp4041023p4041025.html
Hi Julien,
I am using com.jogamp.opengl.util.awt.TextRenderer which is demonstrated in demos.j2d.FlyingText demo. I haven't found any other TextRenderer class
I implemented
2D text here and it is working well.

I started
3D text here. I may continue doing the left/right layout myself but I am sure somebody addressed this before either with JOGL or with the help of AWT.