Problems with displaying text and framerate

Started by
0 comments, last by CadetUmfer 14 years, 10 months ago
I'm having an incredibly difficult time finding a solution for my program. I'm building a 3D File Browser. I have a working demo, I can draw objects based on the number of files and types of files. Moving through the objects is fine (even if there are literally thousands of objects to display). But I have not found any working method for displaying text that doesn't destroy framerate. Could someone PLEASE point me somewhere that has a decent tutorial on displaying text for these types of situations? Everyting about this program is technically finished other than font/text. I need to display the file names and other metadata. glutBitmapCharacter is the simplest method I've found to display text, but more than 10 words is apparently too much for the hardware to handle?
Advertisement
I use ftgl.
Anthony Umfer

This topic is closed to new replies.

Advertisement