Changeset 5636 for OpenSceneGraph/trunk/examples/osgpoints/osgpoints.cpp
- Timestamp:
- 10/05/06 16:32:39 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgpoints/osgpoints.cpp
r5381 r5636 64 64 return false; 65 65 } 66 67 virtual void accept(osgGA::GUIEventHandlerVisitor& v)68 {69 v.visit(*this);70 }71 66 72 67
