Qt 4.6 OpenGL GLSL
- by Zeke
I'm trying to find like NeHe's tutorials for Qt that are all in GLSL. Because lets face it, OpenGL in the old days are dead and Shaders are the only way now. And with Qt-4.6 they introduced the QMatrix4x4, QVector3, and the Shader classes. But I cannot find any tutorials for this.
All the ones I do find, all use crappy SDL and/or GLUT (Which are…