OpenSceneGraph/src/osgGA
Robert Osfield 8c0d510571 Several items of work related to adding a manual creation of occluders
option to the osgoccluder demo.

First the osgGA classes have been generalised a little to better support
new GUIEventHandler subclasses.

Second osgGLUT has a new option for registering a user defined event handler,
the allows the application to add externally extra options to the osgGLUT viewer.

Third, the osgoccluder demo now works in two modes. The original create
four occluder sides to wrap an loaded model, the second an interactive
mode which allows the users to add occluders to the model by pointing
to points and pressing 'a' to add a point, the 'e' to end the occluder
polygon, polygons must be convex, planer and be defined in an anitclockwise
order.  To start the osgoccluder in this mode one simple runs it with the
'-c' option.  Run osgoccluder with no parameter to get a list of options.
2002-07-17 10:00:50 +00:00
..
CameraManipulator.cpp Added new osgGA - GUI Adapter library submitted by Neil Salter. This will 2002-05-09 10:31:03 +00:00
DriveManipulator.cpp Checked in migration from osgUtil based GUIAdapter code to Neil Salter's 2002-06-09 13:10:09 +00:00
FlightManipulator.cpp Checked in migration from osgUtil based GUIAdapter code to Neil Salter's 2002-06-09 13:10:09 +00:00
GUIEventHandler.cpp Fix compile problems with osgGA under Windows. 2002-05-09 19:02:35 +00:00
GUIEventHandlerVisitor.cpp Added new osgGA - GUI Adapter library submitted by Neil Salter. This will 2002-05-09 10:31:03 +00:00
KeySwitchCameraManipulator.cpp Several items of work related to adding a manual creation of occluders 2002-07-17 10:00:50 +00:00
Makefile Added new osgGA - GUI Adapter library submitted by Neil Salter. This will 2002-05-09 10:31:03 +00:00
SetSceneViewVisitor.cpp Added new osgGA - GUI Adapter library submitted by Neil Salter. This will 2002-05-09 10:31:03 +00:00
StateSetManipulator.cpp Added new osgGA - GUI Adapter library submitted by Neil Salter. This will 2002-05-09 10:31:03 +00:00
TrackballManipulator.cpp Checked in migration from osgUtil based GUIAdapter code to Neil Salter's 2002-06-09 13:10:09 +00:00
Version.cpp Bumped up the version numbers to 0.9.0 to reflect the upcomming release. 2002-07-16 15:43:20 +00:00