This is follow up on my previous question as some things are now clear to
me.
1. You cannot explicitly call the paintGL method in qt.
2. QGLView class does not have the updateGL method- QGLWidget has it.
Based on these my questions are:
1. Can I use the QGL widget class in qt3d. Will I be able t
Hello,
UpdateGL method is found in QGLWidget class. Since, QGLView is an extension
ofQGLWidget, it should contain a method to update. I need to put my update
code somewhere. One option is to use the QTimer but is there any other
possibility?
I am continuousl getting user-input and want to update