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: 2d font to follow 3d point?

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2002
    Posts
    1

    2d font to follow 3d point?

    I'm looking to have a 2d texture follow the position of a 3d point in a view window, but I'm unsure how to go about finding the position of that point in terms of 2 dimensions. Any suggestions?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Dec 2001
    Location
    London, England
    Posts
    163

    Re: 2d font to follow 3d point?

    Look up gluProject.
    Or get the modelview & projection matrices and multiply yourself.

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2002
    Posts
    2

    Re: 2d font to follow 3d point?

    orthogonal or perspective projection?

Posting Permissions

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