Hello,
I am trying to create a scene with GLUT bitmap text and GLUT sphere at the same time (ortho and then pespective matrix).
Both are displayed well until I try to refresh the scene with glutPostRedisplay(), then the text disappears. But when i try to create the same scene with regular box instead of the GLUT sphere, everything goes fine.
Any idea why the text keeps disappearing?
Thanks