Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: Displaying Text

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2001
    Location
    UK
    Posts
    27

    Displaying Text

    I have a viewport which is setup with the glOrtho command and I have a series of lines drawn on the viewport,

    for some reason I cannot put outlined fonts on the screen when I remove the glortho the text is displayed but then the perspective is messed up. I really need to have the viewport in glortho mode but with text, any ideas anyone ??

    Simon

  2. #2
    Junior Member Newbie
    Join Date
    Dec 2001
    Posts
    16

    Re: Displaying Text

    Hi ,
    try disabling the depth buffer and then try.

    DPS

  3. #3
    Guest

    Re: Displaying Text

    http://p-squared.com/Display3DS.zip projects outline fonts onto an Ortho view happily enough. Hope it helps...

Posting Permissions

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