Results 1 to 10 of 11

Thread: Text rendering in OpenGL

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I don't think so, was looking for same thing a while ago and ended up using simple bitmap fonts

  2. #2
    Bitmap fonts have the benefit that they are much faster to render and take less video memory. It's only 2 textured triangles per character, whereas outlined character can be up to 100 tris. I think it was first Nehe tutorials where i learned how to use WinAPI and OpenGL to create the font 3D models, before i looked into bitmap fonts. Those tutorials save characters into displaylist. I think not even glut was needed, just some simple existing API function.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •