I'm noob in graphics engines
Search found 3 matches
- Fri Apr 08, 2011 3:41 pm
- Forum: Beginners Help
- Topic: Offscreen rendering in Qt, from Irrlich frames to QImage?
- Replies: 3
- Views: 2668
- 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.
Thank for you quick response.
- 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 ...
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 ...