PDA

View Full Version : Open GL extensions



Thomas Feldman
5th November 2009, 13:08
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

Thomas Feldman
9th November 2009, 13:03
can anyone help me on this issue?

JohannesMunk
9th November 2009, 16:29
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