Hello Jan,

Could you put a breakpoint at the function
std::string Registry::createLibraryNameForExtension in
osgDB/Registry.cpp, line 555 and step through it?

Will do in a few minutes, I'm in the middle of a recompile (which takes longer on Windows than on Linux, thanks again MS...).

The reason for this is obvious - the osg plugin is using an osgDB
utility function to search the OSG_FILE_PATH for the file and the vrml
plugin just passes the file name to OpenVRML directly.

Maybe I'm missing something, but if that's the case, shouldn't

osgviewer G:\OpenSceneGraph-Data\sample.wrl

or

osgviewer %OSG_FILE_PATH%\sample.wrl

work? That's the direct path to the file. And in both cases it doesn't work (same problem as when using OSG_FILE_PATH implicitly, i.e. osgviewer sample.wrl without having the file in the current directory).

J-S
--
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                        http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to