PDA

View Full Version : GL graphics system



in_dbasu
26th June 2012, 06:15
I have integrated a QtQuick 3D code (CAR 3D) to be called from qt code. But when it is run, only half the items are on the screen and this is the error I get
" GL graphics system is not active; cannot use 3D items"

How can it be solved?

d_stranz
28th June 2012, 00:07
Maybe you're missing a call to QGLWidget::glInit() somewhere?