Hi David,

My Path Variable looks like this:
C:\Praktikum\OpenSceneGraph-2.8.1\bin;C:\Praktikum\OpenSceneGraph-2.8.1\Data

When you say "my path variable" do you mean PATH? The data files will be looked for in OSG_FILE_PATH, not PATH. That one is for executables and DLLs...

So

  set OSG_FILE_PATH=C:\Praktikum\OpenSceneGraph-2.8.1\Data
  osgviewer cow.osg

should work.

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to