Updates, from Neil Salter, to comments etc to osgGA which add better

explanations of how each of the classes operates.
This commit is contained in:
Robert Osfield
2002-08-28 14:27:18 +00:00
parent 7d6197441e
commit 03ee77a315
13 changed files with 325 additions and 196 deletions

View File

@@ -14,10 +14,11 @@ namespace osgGA{
class GUIEventHandler;
class CameraManipulator;
/** SetSceneViewGUIEventHandlerVisitor which visits various types of GUIEventHandler and
sets them up appropriately, given a new scene view.
. */
/**
SetSceneViewGUIEventHandlerVisitor which visits various types of
GUIEventHandler and sets them up appropriately, given a new scene
view.
*/
class OSGGA_EXPORT SetSceneViewVisitor: public GUIEventHandlerVisitor
{
public: