On Tue, Jul 13, 2010 at 9:17 AM, Simon Eugster <simon.eu at gmail.com> wrote: > Hi friends, > > There is a public signal in renderer.h: > ? ?/** @brief The rendering has finished. */ > ? ?void renderFinished(); > That is basically what I would need. Unfortunately it does not seem to > be emitted anywhere. > > I would like to update my vectorscope every time a new frame has been > rendered. That is what I need the signal for. > > How can I get it?
I do not think a "render finished" is what you are looking for. Rather, take a look at consumer_frame_show() at the top of renderer.cpp. I am curious to see how this turns out. -- +-DRD-+
