Re: [Interest] QuickFrameBufferObject does not redraw

2015-09-16 Thread Wehmer, Matthias
-project.org Subject: [Interest] QuickFrameBufferObject does not redraw Hi everybody, I am currently experimenting with the QFrameBufferObject and try to draw via raw OpenGL calls. The relevant part of the render function in the QuickFrameBuffrObject::Renderer looks like this: void Drawer

Re: [Interest] QuickFrameBufferObject does not redraw

2015-09-16 Thread Agocs Laszlo
#render Best regards, Laszlo From: interest-bounces+laszlo.agocs=theqtcompany@qt-project.org on behalf of Wehmer, Matthias Sent: Wednesday, September 16, 2015 8:34 AM To: interest@qt-project.org Subject: [Interest] QuickFrameBufferObject does not redraw

[Interest] QuickFrameBufferObject does not redraw

2015-09-15 Thread Wehmer, Matthias
Hi everybody, I am currently experimenting with the QFrameBufferObject and try to draw via raw OpenGL calls. The relevant part of the render function in the QuickFrameBuffrObject::Renderer looks like this: void Drawer::render() { int width = 1.0f; int height = 1.0f; glEn