Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Ive just started to learn OpenGL.
And "openGL super bible 5th edition" is the book im following right now.
Ive installed the glut and Ive got an error on the very first example in the book.
Drawing a triangle, it has "<gltools.h>" and "<glshadermanager.h>" included.
But the problem is I cant find those header files.
And the book says, I have to install the "OpenGL toolkit".
Ive searched for it and I couldnt find it.
What exactly is the official website of the "OpenGL toolkit" ?
Where can I download ?

Any link ?

Thanks in advance !
Posted
Updated 26-Aug-14 6:49am
v2
Comments
nv3 26-Aug-14 12:54pm    
I googled for "gltools.h" and found it at
http://read.pudn.com/downloads196/sourcecode/graph/924064/GL/GLTools.h__.htm
You might want to give that a try.

1 solution

you need to read your book carefully. I am sure that somehow you can find how to download the GLUT code. I googled GLUT - The OpenGL Utility Toolkit

You will copy it in a folder which you need to include in your header search path for the project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900