Advertisement

Problems with Lesson 13

Started by October 16, 2001 04:03 PM
1 comment, last by bakery2k1 23 years, 4 months ago
I just incorporated the Lesson 13 bitmap fonts code into my project, and it did not do as expected, it printed the wrong things. So, I ran the original Lesson13.exe and instead of saying "Interactive OpenGL Text with NeHe - (number)", it said: "! CTI VE/PEN , 4EXT7ITH E E" Any Ideas what could be wrong? Thanks
OK, Sorted. Each character was being moved 3d ASCII codes backwards. I changed the line:

glListBase(base-32);

to

glListBase(base);

and it works.

Thanks
Advertisement
Anonymous poster was me.

Sorry, that should say _32_ ASCII codes.

This topic is closed to new replies.

Advertisement