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

Thread: Source Code of glTranslatef()

  1. #1
    Guest

    Source Code of glTranslatef()

    I need to know how can I get the source code of gl.h, e.g the function codes of glTranslatef(), glRotatef(), cos I try to convert them from logarithmic number system, as a result to compare it from standard floating point arithmetic. If I write them myself, it couldn't match other glut functions which are given.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    Bucharest, Romania
    Posts
    113

    Re: Source Code of glTranslatef()

    Go to the forum where the SGI stasff responses to questions. The c code of the function as far as I know isn't freeware.

    NewROmancer

  3. #3
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: Source Code of glTranslatef()

    Have a look at the source to Mesa . It's a free OpenGL-like API.

  4. #4
    Intern Contributor
    Join Date
    Aug 2000
    Posts
    60

    Re: Source Code of glTranslatef()

    Where is the forum where the staff responds to questions?

  5. #5
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    Bucharest, Romania
    Posts
    113

    Re: Source Code of glTranslatef()

    End-user hardware and software question is the forum to post the question.

    NewROmancer

Posting Permissions

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