Re: [osg-users] [osgPlugins] png, tif & 3ds files reading problem

2010-02-17 Thread Torben Dannhauer
Hi, .3ds Files are read by the 3ds plugin, not freetype as far as I know. Thank you! Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=24277#24277 ___ osg-users mailing list osg-users@l

Re: [osg-users] [osgPlugins] png, tif & 3ds files reading problem

2010-02-17 Thread Trajce (Nick) Nikolov
Hi, freetype plugin is for reading truetype fonts (for Text). You will need to get the 3rd Party libs to build png and tiff, as for 3ds, look for osgdb_3ds.dll -Nick On Wed, Feb 17, 2010 at 5:17 PM, Akilan Thangamani < akilan.thangam...@gmail.com> wrote: > Hi, > > > Recently I installed osg2.8

Re: [osg-users] [osgPlugins] png, tif & 3ds files reading problem

2010-02-17 Thread Jean-Sébastien Guay
Hi Akilan, Recently I installed osg2.8.2. I compiled the sources (from .svn) successfully. But viewer is saying couldn't find plugin to read .png, tif of 3ds files even if osgdb_freetype.dll is in path and created from compilation. What needs to be done? Why do you think osgdb_freetype.dll

[osg-users] [osgPlugins] png, tif & 3ds files reading problem

2010-02-17 Thread Akilan Thangamani
Hi, Recently I installed osg2.8.2. I compiled the sources (from .svn) successfully. But viewer is saying couldn't find plugin to read .png, tif of 3ds files even if osgdb_freetype.dll is in path and created from compilation. What needs to be done? Thank you! -- Read this top