alexei_shk
12-07-2005, 06:05 AM
Hi,
I can't move the text in openGL window.
I have tryed glTranslate and glRasterPos2d. I doesn't work.
The text drawed by:
Gl.glListBase(1000);
Gl.glCallLists(text.Length, Gl.GL_UNSIGNED_BYTE, text);
So how can I move, resize, rotate the text?
Thank's
Alexei
I can't move the text in openGL window.
I have tryed glTranslate and glRasterPos2d. I doesn't work.
The text drawed by:
Gl.glListBase(1000);
Gl.glCallLists(text.Length, Gl.GL_UNSIGNED_BYTE, text);
So how can I move, resize, rotate the text?
Thank's
Alexei