- Timestamp:
- 05/14/09 15:40:02 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/present3D/PickEventHandler.cpp
r10117 r10207 131 131 #endif 132 132 std::string filepath("OSG_FILE_PATH="); 133 133 134 134 bool needDeliminator = false; 135 135 for(osgDB::FilePathList::iterator itr = paths.begin(); … … 146 146 char* path = getenv("PATH"); 147 147 if (path) binpath += path; 148 148 149 149 needDeliminator = true; 150 150 for(osgDB::FilePathList::iterator itr = paths.begin(); … … 159 159 160 160 } 161 #endif 161 #endif 162 162 int result = system(_command.c_str()); 163 164 osg::notify(osg::INFO)<<"system("<<_command<<") result "<<result<<std::endl;163 164 osg::notify(osg::INFO)<<"system("<<_command<<") result "<<result<<std::endl; 165 165 166 166 break; … … 187 187 { 188 188 osg::notify(osg::NOTICE)<<"Requires jump "<<_relativeJump<<", "<<_slideNum<<", "<<_layerNum<<std::endl; 189 189 190 190 if (_relativeJump) 191 191 { … … 198 198 newLayer = 0; 199 199 } 200 200 201 201 osg::notify(osg::NOTICE)<<" jump to "<<newSlide<<", "<<newLayer<<std::endl; 202 202
