Page 1 of 1

Performance

Posted: Sun Jun 07, 2009 08:19
by xabila
hi,
I was wondering if 5000 triangles to display my GUI is normal, or if i have done something wrong.
For example, a simple tooltip is adding 50 triangles.
But maybe every character is displayed by a quad, wich can explain everything...

Thanks

Re: Performance

Posted: Sun Jun 07, 2009 15:59
by CrazyEddie
xabila wrote:maybe every character is displayed by a quad, wich can explain everything...

Yes, this is currently the case.

CE.

Re: Performance

Posted: Mon Jun 08, 2009 07:36
by xabila
Ok thanks, is the same on the new release ?
Thanks

Re: Performance

Posted: Mon Jun 22, 2009 20:05
by dredogol
From what I'm understand about the next release (0.7.x), it will no longer render each character (letter) as 2-triangles, because of caching.

Instead, the TEXT area of the GUI should be rendered as just 2-triangles, instead of many tiny ones.