Search code examples
c++openglgraphicsglu

What are the differences between gluProject and glhProject?


I don't know why the wiki of opengl.org says "gluProject" in title but in the code is "glhProject". Any differences?


Solution

  • It uses glh because the person who wrote that Wiki page wrote the glh library. And technically, it's not accurate, since those are not how gluProject and gluUnproject are implemented. I'm strongly considering deleting this page from the wiki, so thanks for pointing it out.