[osg-users] [osgPlugins] DESPERATE!! Tried everything to get JPEGS TO LOAD!
Thomas Hogarth
thomas.hogarth at gmail.com
Sat May 16 15:44:27 PDT 2015
Hi Gregory
First try whacking you notify level to debug_fp
osg::setNotifyLevel(osg::DEBUG_FP);
That will show you where osg is looking for the plugin.
Also unless you changed where osg is looking for plugins you have them in the wrong place. Osg on windows will usually have a osgPlugins-xxx folder in the bin folder with all the plugins in it, that's where it looks for them.
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=63749#63749
More information about the osg-users
mailing list