Changeset 3939 for OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
- Timestamp:
- 03/23/05 11:41:51 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgforest/osgforest.cpp
r3896 r3939 133 133 134 134 // event handler to capture keyboard events and use them to advance the technique used for rendering 135 class TechniqueEventHandler : public osgGA::GUIEventHandler , public osg::NodeCallback135 class TechniqueEventHandler : public osgGA::GUIEventHandler 136 136 { 137 137 public:
