Changeset 8263
- Timestamp:
- 04/30/08 11:22:36
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OpenSceneGraph-TrainingMaterials/trunk/Sources/Exercises/01_introduction/1_hello_world/1_hello_world.cpp
r8115 r8263 8 8 9 9 // set the scene to an external file. 10 viewer.setSceneData(osgDB::readNodeFile(" PagedDatabase/earth.ive"));10 viewer.setSceneData(osgDB::readNodeFile("Earth/earth.ive")); 11 11 12 12 // run the viewers main loop. OpenSceneGraph-TrainingMaterials/trunk/Sources/Exercises/02_memory/2a_C++_Issues/2a_C++_Issues.cpp
r8049 r8263 76 76 77 77 #if 1 78 { // wh y don't I compile??78 { // what is happening with copy and destructution 79 79 std::cout<<std::endl<<"Block 3"<<std::endl; 80 80
