Search found 3 matches

by hipersayan_x
Fri Apr 08, 2011 3:41 pm
Forum: Beginners Help
Topic: Offscreen rendering in Qt, from Irrlich frames to QImage?
Replies: 3
Views: 2668

I don't understand how to do it, It's possible to use Irrlicht for render in a buffer without connecting to or creating a window?
I'm noob in graphics engines :?
by hipersayan_x
Thu Apr 07, 2011 3:48 pm
Forum: Beginners Help
Topic: Offscreen rendering in Qt, from Irrlich frames to QImage?
Replies: 3
Views: 2668

QFramebufferObject doesn't exist in 4.7 series, the available class is QGLFramebufferObject, and I found this example, but only show OpenGL commands, I don't understand how to connect QGLFramebufferObject with Irrlicht.
Thank for you quick response.
by hipersayan_x
Thu Apr 07, 2011 2:07 pm
Forum: Beginners Help
Topic: Offscreen rendering in Qt, from Irrlich frames to QImage?
Replies: 3
Views: 2668

Offscreen rendering in Qt, from Irrlich frames to QImage?

Hello everyone, Im working on integrating Irrlicht to my Qt/Qml proyect.
I want to send all Irrlicht frames to a Qml item, this Qml item, receives a QImage as argument, the QImage is fixed size always, the arguments of QImage are:

QImage(unsinned char * image_pixels, int width, int height, int ...