- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgWidget/Box.cpp
r12292 r13041 8 8 #include <osgWidget/Box> 9 9 10 bool osgWidget_Box_readData(osg::Object& /*obj*/, osgDB::Input& fr) 10 bool osgWidget_Box_readData(osg::Object& /*obj*/, osgDB::Input& fr) 11 11 { 12 12 /* … … 19 19 fr 20 20 ); 21 21 22 22 if(fr[0].matchWord("animation") and fr[1].isString()) iter = loadFile( 23 23 "animation", … … 41 41 ); 42 42 */ 43 43 44 44 osgWidget::warn() << "Box read" << std::endl; 45 45 … … 50 50 { 51 51 // const osgWidget::Box& model = static_cast<const osgWidget::Box&>(obj); 52 52 53 53 fw.indent() << fw.wrapString("Box stuff...") << std::endl; 54 54 … … 67 67 if(core) { 68 68 model.create(core); 69 69 70 70 iter = true; 71 71 }
