On 27 February 2012 12:51, Andrey Ibe <[email protected]> wrote: > Thank you, Robert! > > it worked well. > > for the record, the correct call is made on osg::View > Code: > _view->requestRedraw() > > > I am puzzled how i could have missed the method in the sources :?
It'll be easier to miss features when they are provided via base classes that aren't always obvious. The various ages of different components and maintaining backwards compatibility of the OSG components complicates some of the inheritance more than would be otherwise expected. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

