Changeset 191 for osgVisual/trunk/src/core
- Timestamp:
- Jan 11, 2011, 10:10:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/src/core/visual_core.cpp
r189 r191 231 231 232 232 // Animation path manipulator 233 std::string pathfile;233 std::string pathfile = util::getAnimationPathFromXMLConfig(configFilename); 234 234 char keyForAnimationPath = '8'; 235 while (arguments.read("-p",pathfile))235 if( pathfile != "" ) 236 236 { 237 237 osgGA::AnimationPathManipulator* apm = new osgGA::AnimationPathManipulator(pathfile);
Note: See TracChangeset
for help on using the changeset viewer.