[osg-users] requestRedraw bug during ON_DEMAND rendering

2011-03-14 Thread PC John
Hi all, I am using osgViewer::Viewer in ON_DEMAND RunFrameScheme, e.g. there is no continual re-rendering and 100% CPU loading, but the scene is rendered only when really needed. Bug: The window is not repainted when obscured by another window and re-shown again. I was trying to fix the probl

Re: [osg-users] requestRedraw bug during ON_DEMAND rendering

2011-03-14 Thread Robert Osfield
Hi John, Interesting problem you've unconvered. Responding to windowing redraw events is something it should do, but alas it wasn't something I thought about nor tested on writing the feature. I'm rather rusty on the topic so if you have looked into the code and come up with a possible solution