- Timestamp:
- 08/05/09 14:51:10 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgViewer/Scene.cpp
r8635 r10521 12 12 13 13 #include <osg/Node> 14 #include <osg/NodeVisitor> 14 15 #include <osgDB/DatabasePager> 15 16 #include <osgDB/ImagePager> … … 72 73 "", 73 74 ""); 75 I_Method1(void, updateSceneGraph, IN, osg::NodeVisitor &, updateVisitor, 76 Properties::NON_VIRTUAL, 77 __void__updateSceneGraph__osg_NodeVisitor_R1, 78 "", 79 ""); 74 80 I_StaticMethod1(osgViewer::Scene *, getScene, IN, osg::Node *, node, 75 81 __Scene_P1__getScene__osg_Node_P1_S,
