[Development] Substitute for Updategl method in QGLview class of qt3d

2014-11-25 Thread Sunil Nair
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

[Development] How to use updateGL method qith QGLView?

2014-11-24 Thread Sunil Nair
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