Manel Goucha
12-28-2010, 10:21 PM
Is there any way to draw text that is always facing the camera?
I've looked a way to draw text, and it isn't working
I'm using this:
glRasterPos2f(X, Y);
Temp := Text;
glCallLists(TextSize, GL_UNSIGNED_BYTE, Temp);
is there any way to draw text, using only openGL?
I've looked a way to draw text, and it isn't working
I'm using this:
glRasterPos2f(X, Y);
Temp := Text;
glCallLists(TextSize, GL_UNSIGNED_BYTE, Temp);
is there any way to draw text, using only openGL?