- Timestamp:
- 10/05/06 16:32:39 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgoccluder/osgoccluder.cpp
r5381 r5636 33 33 virtual bool handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapter&); 34 34 35 virtual void accept(osgGA::GUIEventHandlerVisitor& v)36 {37 v.visit(*this);38 }39 40 35 void addPoint(const osg::Vec3& pos); 41 36
