Re: [osg-users] GDAL plugin functionalities in OSG-2.4 ?

2008-05-13 Thread Rahul Jain
Thanks Robert, I tried reading sample.dem file in my sample program using osgDB::readImageFile(), but not able to open it (with the warning could not find plugin ), did my assumption of reading the .dem file as image is correct or do i need to read the gdal supported files differently. RJ

Re: [osg-users] GDAL plugin functionalities in OSG-2.4 ?

2008-05-13 Thread Robert Osfield
Hi Rahul, There isn't any extension aliasing from .dem to .gdal built into osgDB::Registry so there is no way for the OSG to know that you intend to use the gdal plugin. You add these yourself if you wish. You can get the OSG to use the gdal plugin by preloading the plugin, then it'll be called