[SOLVED]Need some simple examples of opengl(Qt5)
-
Studying opengl and trying to combine them with Qt5, the examples from QtDoc works fine, but most
of the api of those examples are deprecated except of "OpenGL Window Example".Do you know where
could I find more simple examples for new api(QOpenGL*) in Qt5?Thanks -
I study the blogs at KDAB, it said the new QOpenGL* could be a drop-in replament
for QGL*.I replace QGl* api to QOpenGL* of the example "Cube OpenGL ES 2.0 example"
and it works fine for me. But I wonder is this a recommend way to use OpenGL in Qt5?