Hi Tufan & Selman, On Thu, Jan 7, 2010 at 1:59 PM, selman duatepe <[email protected]> wrote: > Check also that C:\Users\Tufan\Desktop\New > Folder\OpenSceneGraph-2.8.2\bin\osgPlugins-2.8.2 directory is in your path.
I would not advice this, as this can cause problems later on when you might start mixing different OSG versions on the same machine and have paths pick up the wrong set of plugins which can cause a crash. The osgPlugins-version directory is deliberately versioned to avoid this mixing versions issue, and osgDB knows about this scheme so will automatically append the osgPlugin-version directory so there is no need to add anything more than the parent directory where the plugins are. A better thing to look at next is whether the plugin is loading for this you can enable verbose debugging to see whether the plugin has been located and loaded. In a terminal type: set OSG_NOTIFY_LEVEL=DEBUG runmyapp mymodel.osg Then look at the console output, in particular look for notifications about plugin loading. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

