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: GLU tesselator callbacks

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2002
    Location
    Russian Federation
    Posts
    14

    GLU tesselator callbacks

    How can I pass member functions as GLU tesselator callbacks?

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

    Re: GLU tesselator callbacks

    Make it static. You cannot pass a non-sttaic member function as a callback, simply because a member function is not the same as a "regular" function.

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2002
    Location
    Russian Federation
    Posts
    14

    Re: GLU tesselator callbacks

    Ok, thanks

Posting Permissions

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