Login  Register

Re: Which JOGL TextRenderer should I use?

Posted by Sven Gothel on Jul 26, 2011; 9:10pm
URL: https://forum.jogamp.org/Which-JOGL-TextRenderer-should-I-use-tp3199861p3201582.html

On Tuesday, July 26, 2011 06:44:21 PM GiGurra [via jogamp] wrote:
>
> Question that I couldn't find an answer to:
>
> The call
> tr.drawString3D(backing_gl, dFont, "TEST", null, (int) defaultFontSize,
> 400);

if you use 1 pass renderen (demo Base01, as referenced) the size is ignored.

for 2-pass it's the 1st pass fbo size, it's semantic is a bit like
the higher the better. but thats not quite correct as I understand Rami.
He will change this for auto settings .. later on.

I would stick to 1-pass for now, Base01.

~Sven