it is possible to draw text on screen, without using glut and glu?
Type: Posts; User: Washiro
it is possible to draw text on screen, without using glut and glu?
Thanks!
the problem was the windows size.
I'm having some problems with the glViewport, because the point xy 0.0 window is wrong.
if I try to draw a line in the coordinates 1.1 and 32.32, the line does not appear in the window, it seems...
Hello, I hope I'm not breaking any rules with this topic.
I'm developing a dll that loads md2 models at high speed.
I am using an example of opengl.
I want to do this in order to load md2 models...