[osg-users] Viewer::checkNeedToDoFrame - doesn't account for update operations

2012-04-24 Thread Glenn Waldron
Robert, I see that Viewer::checkNeedToDoFrame() does not check the _updateOperations queue. Therefore, ON_DEMAND mode doesn't account for update ops. Is this by design, or is it an oversight? If the latter, I will submit a patch. Glenn Waldron / @glennwaldron

Re: [osg-users] Viewer::checkNeedToDoFrame - doesn't account for update operations

2012-04-24 Thread Robert Osfield
Hi Glenn, On 24 April 2012 15:07, Glenn Waldron gwald...@gmail.com wrote: I see that Viewer::checkNeedToDoFrame() does not check the _updateOperations queue. Therefore, ON_DEMAND mode doesn't account for update ops. Is this by design, or is it an oversight? If the latter, I will submit a