El Wednesday 28 November 2007 16:28:05 Felix Bwire escribió: > I would like to know how I can load a .gdf image or a jpeg image in osg. Do > I need any sort of plugin for this?
A plugin for reading .jpeg files is already included with OSG, so you can load these files without touching anything. If I'm not wrong, there isn't any .gdf plugin shipped with OSG, so you'll have to either code your loading function yourself or write a plugin for that after reading other OSG plugins' source code. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

