Hi Robert,
robertosfield wrote: > Is it that you are creating one viewer and context then drawing > frames, then later creating a new context and draw more frames. In the > later case I can certainly see that if the first frames draw will > release the osg::Image resources assigned to osg::Texture if they are > set up to unref the images, so disabling the unref of images makes > sense. > Yes, that's correct, other instances of the viewer may be created after an instance of the viewer has rendered a model, and those later instances may in turn need to render the same cached models. So, mystery solved I think. :-) Thanks. Chris Denham. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=44866#44866 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

