Hi, I have debugged some and also checked what files are accessed by using Process Explorer and I have come to the conclusion that the tree model that I use is loaded over and over again. It seems like Osg does not remember that it has already loaded the file.
I found that useObjectCache is set to false in the function "readImplementation" in the the source file Registry.cpp. Maybe that has something to do with this behaviour. Is there a way to enable this object cache in OsgViewer? Thank you! Cheers, Gustav ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=13357#13357 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

