[Plib-devel] [PATCH] fntBitmapFont::puts(): set negative coordinates correctly (Part II)
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2005-07-05 06:01:55
|
I had responded immediately after my first message showed up on the list, but then I used the wrong mail address. And the bloody sf.net server didn't complain, so it took me a while to notice. Here again: The patch from yesterday wasn't complete: it hadn't considered, that the same bug would happen in puts() after "\n", and also in putch(). The attached patch fixes that, too. But I'm not sure if I did it right. I set the RasterPos only with 2i, assuming that the z-component would be zero in all cases. Is this true? Or should I rather have used: glRasterPos3f(0.0f, 0.0f, curpos[2]) in all three cases instead? m. |