Hi Braden, I suppose you have distributed your Qt libraries but not the plugins. Qt compiles most image formats as plugin by default. Your VS is aware of the full Qt Installation, but maybe not your machine. In short, you have to distribute the Qt libs (qtroot/bin/*) as well as the image format plugins (qtroot/plugins/imageformats) to be able to read this formats. Then you can load the images and pass them th OSG.
Cheers, Torben ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=47543#47543 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

