PDA

View Full Version : QGraphicsView + Ogre renderer



bunjee
27th February 2010, 19:05
Hi guys,

Is it possible to replace the QGraphicsView standard renderer or Opengl by another one, like the Ogre renderer for example ?

What should I reimplement ?

Thanks.

chaoticbob
2nd March 2010, 01:01
You mean something like this:
http://www.ogre3d.org/wiki/index.php/QtOgre

IIRC, you can pass a QGLWidget derived class into QGraphicsView to replace the underlining one. It's been a few months since I've touched this subject though...