HI Sivaram, On Wed, Jun 1, 2011 at 7:17 AM, Sivaram Konanki <[email protected]> wrote: > osgViewer flawlessly worked with .osg files. But, it could view .earth models. > It says there's a plugin named osg71-osg.dll. But I've osg55-osg.dll. I am > using osg 2.8.4. I have checked for the missing dlls in the osg 2.9 version, > but couldn't find one.
Could it be that you are using 3rd party builds of the OSG and osgEarth both of which target different versions of the OSG? If the osgviewer is working fine then it suggests it was built against the same version as osgEarth. The only other possibility is as Glenn suggests - it's a path issue, none of us are party to where what versions of the software your've built and installed and where you've installed them and what paths you've set up to find them, so we can only point you in likely directions. You will have to step through and find the problem yourself. Setting the osg::NotifyLevel to DEBUG might help you track this down as it'll output the debug output to the console. You can set this via the env var OSG_NOTIFY_LEVEL. As part of the output you'll see the paths and the plugins that the OSG is attempting to read. > It's very important as we're developing a good application. It's safe to assume that all OSG users are developing important and good applcations, so there isn't any need to try some how make your requirest more important. It's best to just stick the facts of the problem inhand and not trying fluff things up, as I'm sure I'm not the only one who find such fluff an useless distaction. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

