-
Open GL extensions
Hello,
I would like to use the glConvolutionFilter2D in a QGLWidget, but when i run the complation under visual C++, it does'nt recognize this function...
It seems that this function belongs to an extension of open gl.
Does someone knows how to use such extensions in QT?
Thanks for your help
TF
-
Re: Open GL extensions
can anyone help me on this issue?
-
Re: Open GL extensions
Hey!
Download GLEE from http://elf-stone.com/glee.php .
Include glee.h and glee.c to your project.
That's the way I do it.
For using gl stuff directly, it doesn't matter that you are using Qt. As long its low level stuff.
HIH
Johannes