Greg Ercolano <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]:
> Daniel Fox wrote: >> On the machine with the 7800GT, this displays "TESTTESTTEST" in huge >> white letters right smack dab in the center of the screen where it >> should be. >> >> Every other machine i've tried it on... >> >> ... nothing. >> >> Any ideas? I've run out of them :) > > Just in case it's a subtle problem in your program, > does this small program have the same problem..? > http://seriss.com/people/erco/fltk/#OpenGlTextOn3D > Thanks, that does work fine, which led me to try some other things... Turns out moving the text drawing code *before* the scene is drawn makes it work also (although its behind everything else)... But isn't that what glDisable(GL_DEPTH_TEST); should account for? What else would prevent the drawing of the gl_draw() other than the depth buffer? My glIgnorance is showing :/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

