Hi,

I solved the problem by enabling caching of objects etc.


Code:

osgDB::Options* opt = osgDB::Registry::instance()->getOptions();
if (opt == NULL) {
  opt = new osgDB::Options();
}
opt->setObjectCacheHint(osgDB::Options::CACHE_ALL);
osgDB::Registry::instance()->setOptions(opt);




Cheers,
Gustav[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=13426#13426





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to