I'm starting off QT 4.6's example "OpenGL - 2D painting"
It uses a subclass of QGLWidget, and makes painting operations with the class QPainter.
I'd like to know how to do drawing directly with OpenGL functions on the OpenGL Widget.
|
feedback
|
|
If you use the widget as described in its manual, you can just use the OpenGL functions as usual. For example (copied from the manual):
| |||
|
feedback
|