Changeset 391 for experimental/distortionNG/main.cpp
- Timestamp:
- Jun 30, 2012, 1:09:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/distortionNG/main.cpp
r389 r391 132 132 if (!rootnode) 133 133 { 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"); 136 136 if(!rootnode) 137 137 {
Note: See TracChangeset
for help on using the changeset viewer.