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 2 of 2

Thread: 3d text and numbers

  1. #1
    Guest

    3d text and numbers

    Hi guys, I wonder if I'm on the right board for this question but here goes. I already have the code for basic camera and rendering, and i've been putting in primitive shapes in my scene with success. Now what i'd like to know is what would be the better way to put in 3d text in the scene. Are there any function already made for that or will i have to create my own models (considering i'm a pretty lousy artist)?

  2. #2
    Intern Contributor
    Join Date
    Aug 2000
    Location
    St. Andrews, Fife, Scotland
    Posts
    61

    Re: 3d text and numbers

    Create an array of display lists (where the ASCII code number is the same as the array index of the letter)
    e.g. my3DFont [55] would be the number 7 because 55 is the ASCII code for 7.
    From the man with the
    mac and hence the
    mission POSSIBLE.

Posting Permissions

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