Changeset 5636 for OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
- Timestamp:
- 10/05/06 16:32:39 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
r5573 r5636 146 146 META_Object(osgforestApp,TechniqueEventHandler); 147 147 148 virtual void accept(osgGA::GUIEventHandlerVisitor& v) { v.visit(*this); }149 150 148 virtual bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&, osg::Object*, osg::NodeVisitor*); 151 149
