Ignore:
Timestamp:
Jun 30, 2012, 1:09:04 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/main.cpp

    r389 r391  
    132132    if (!rootnode)
    133133    {
    134                 osgDB::Registry::instance()->getDataFilePathList().push_front("H:\\AllInOnDB");
    135                 rootnode = osgDB::readNodeFile("H:\\AllInOnDB\\terrain.osgb");
     134                //osgDB::Registry::instance()->getDataFilePathList().push_front("H:/AllInOnDB");
     135                rootnode = osgDB::readNodeFile("resources/TestSphere/sphere_500.obj");
    136136                if(!rootnode)
    137137                {
Note: See TracChangeset for help on using the changeset viewer.