Hi Daniel, On 16/10/10 12:18 , Daniel Barber wrote: > (Ubuntu 10.04), and I am not able to get the program to load my IVE files > that were > generated in Windows. However, the osgviewer program is able to open the > files without > problem, but my program won't. Every time I try using osgDB::readNodeFile > with the > relative path and absolute path to the file name, I get NULL returned. > ... > Is there some extra step I need to take to make sure the IVE plugin is loaded > properly? > I converted the IVE to an OSG file and that works, but I don't want to have > to convert > all my files if I can avoid it.
Nothing necessary except calling osgDB::readNodeFile(). I'd suspect a different environment (LD_LIBRARY_PATH, OSG_FILE_PATH, etc). What do the logs say? Does it find the plugin? Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

