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: 1.2 gl.h and 1.3 glu.h

  1. #1
    Junior Member Regular Contributor
    Join Date
    Dec 2000
    Location
    montreal
    Posts
    227

    1.2 gl.h and 1.3 glu.h

    Like the title says, I need the new header files. I'm on windows if that's an issue, but I'll edit the headers to make them compatible if I have to.
    I searched at sgi.com and opengl.org but did not find it.

    V-man
    V--man

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2001
    Location
    Australia
    Posts
    587

    Re: 1.2 gl.h and 1.3 glu.h

    Try nVidia's glext.h. Not sure about glu.h (or whether nVidia has a 1.2 gl.h) but you'll still need to wglGetProcAddress with the 1.2 functions and glext.h has all the windows stuff you need. It may be available as part of their recent demos, or in the OpenGL SDK.

    IIRC Mesa has 1.2 compatibility now so you could check their header, but you'll still need the windows stuff (like in glext.h).

    I've seen glu.h 1.3 mentioned before on the boards. It may also be in Mesa - dunno.

    Hope that helps.

    [This message has been edited by ffish (edited 08-10-2001).]

  3. #3
    Junior Member Regular Contributor
    Join Date
    Dec 2000
    Location
    montreal
    Posts
    227

    Re: 1.2 gl.h and 1.3 glu.h

    I looked inside MESA and seems as if the necessary stuff is defined. I needed some #define that are not inside glu.h and gl.h

    gl.ext defined some but missing some stuff like GL_BGR and GL_BGRA

    But why isn't a new SDK available for GL 1.2 and GLU 1.3

    V-man
    V--man

Posting Permissions

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