Wojtek,
I tried what you suggested.  Unfortunately it did not solve the problem :-(
Does this look like what you were referring to?

osg::ref_ptr<osgDB::ReaderWriter::Options> opt = new 
osgDB::ReaderWriter::Options;
opt->setObjectCacheHint(osgDB::ReaderWriter::Options::CACHE_NONE);
osgDB::Registry::instance()->setOptions(opt.get());
terrain = osgDB::readNodeFile(path);


thanks for the try anyways:-). 

Sergey

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





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

Reply via email to