Re: [osg-users] [3rdparty] osg::Image chosen library

2009-11-26 Thread Ant Kennedy
Looks like I found my answer reading through the documentation. In case anyone is interested I just had to specify in the constructor [code]osgDB::Registry::instance()->createLibraryNameForFile("x.png");[/code] Cheers anyway -- Read this topic online here: http://forum.openscene

[osg-users] [3rdparty] osg::Image chosen library

2009-11-26 Thread Ant Kennedy
Hi, hopefully someone will be able to help as this has been doing my head in. Is there any way to force the library which osg::Image uses when opening a file as I am having issues when trying to load a .png file and it is not using osgdb_png. Many Thanks Ant -- Read this topi