Drawing Text with OpenGL ES
Hi Wonza,
Could you explain a bit more how you sorted out your problem, it sounds like the same thing I'm getting. I've used the example from CrashLanding but am getting a white rectangle. I'm not sure exactly where you suggested changing the scalling, etc.
Many thanks in advance,
Lee
Could you explain a bit more how you sorted out your problem, it sounds like the same thing I'm getting. I've used the example from CrashLanding but am getting a white rectangle. I'm not sure exactly where you suggested changing the scalling, etc.
Many thanks in advance,
Lee
Hi Lee,
Im at work right so I dont have access to all my code; but from memory, I did something like glScale(0.001f,0.001f, 0.001f); to get my text down to the right size, then I had to do a glTranslate to get it on my screen.
Hope this helps
Im at work right so I dont have access to all my code; but from memory, I did something like glScale(0.001f,0.001f, 0.001f); to get my text down to the right size, then I had to do a glTranslate to get it on my screen.
Hope this helps
Can you please post some code ? Even scaling and translating I still can't see the text.
am still struggling with this same problem. Scaling doesn't help anyway.
http://www.idevgames.com/forum/showthread.php?t=16417
here is the fix which says how to display text on opengl. Its pretty simple. AnotherJake has explained it the way we need.
Thanks,
AnotherJake
here is the fix which says how to display text on opengl. Its pretty simple. AnotherJake has explained it the way we need.
Thanks,
AnotherJake
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| OpenGL Cube drawing: VBOs, instanced geometry, octrees | Symbol$ | 5 | 6,018 |
Dec 23, 2011 01:43 PM Last Post: Skorche |
|
| Drawing menu versus drawing game | johncmurphy | 4 | 3,676 |
Jan 6, 2010 09:14 AM Last Post: AnotherJake |
|
| OpenGL ES : Drawing Text... | savage | 8 | 8,064 |
Jan 4, 2010 08:59 PM Last Post: alerus |
|
| openGL n00b looking for FBO drawing examples or direction | auptown | 5 | 5,644 |
Nov 4, 2009 02:16 AM Last Post: Eskema |
|
| Drawing shapes opengl es | jjslay | 2 | 3,374 |
Aug 14, 2009 11:07 AM Last Post: jjslay |
|

