OpenSceneGraph/src
Robert Osfield 502eced994 From Jean-Sebastein Guay, I recently had to reimplement screen capture functionality into our framework (which was broken since the switch from OSG 1.2 to 2.2 over a year and a half ago). I used the ScreenCaptureHandler which I had contributed right before OSG 2.6 shipped, bit I had to trigger the screen capture programatically instead of by a key press in some cases, so I added a convenience method to do that.
It's a minimal change, it just calls an already existing protected method. It was trivial to subclass the handler to do it in our code, but pushing the change into OSG makes sense as it's generally useful to have it in the handler itself.

I also noticed that the handle() method was overridden from osgGA::GUIEventHandler but wasn't marked virtual. It wasn't intended that subclasses not be able to override it in turn, so I've added the keyword.""
2008-12-19 17:15:10 +00:00
..
OpenThreads Updated version numbers for 2.8.8 dev release 2008-12-16 16:36:33 +00:00
osg Added ClipNode::set/getReferenceFrame(); 2008-12-19 15:29:59 +00:00
osgAnimation From Cedric Pinson and Jeremey Moles, Changes to OpenSceneGraph-osgWidget-dev branch. 2008-12-16 20:29:00 +00:00
osgDB Improved the effectiveness of the new max target number PageLOD's 2008-12-17 22:52:36 +00:00
osgFX Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
osgGA Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
osgIntrospection Warning fixes 2008-12-17 11:00:16 +00:00
osgManipulator Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
osgParticle Added setting of the gl_ClipVertex to enable clip planes to affect preciptation 2008-12-19 16:12:40 +00:00
osgPlugins Fixed warning 2008-12-19 16:59:10 +00:00
osgShadow Fixed warning 2008-12-19 12:29:18 +00:00
osgSim Introduce NodeVisitor::className and libraryName() 2008-12-17 12:13:15 +00:00
osgTerrain Fixed warnings 2008-12-18 11:06:57 +00:00
osgText Removed MATH_LIBRARY and FREETYPE library reference. 2008-12-19 14:30:03 +00:00
osgUtil Added ClipNode::set/getReferenceFrame(); 2008-12-19 15:29:59 +00:00
osgViewer From Jean-Sebastein Guay, I recently had to reimplement screen capture functionality into our framework (which was broken since the switch from OSG 1.2 to 2.2 over a year and a half ago). I used the ScreenCaptureHandler which I had contributed right before OSG 2.6 shipped, bit I had to trigger the screen capture programatically instead of by a key press in some cases, so I added a convenience method to do that. 2008-12-19 17:15:10 +00:00
osgVolume Fixed warnings 2008-12-18 11:54:34 +00:00
osgWidget Fixed warnings 2008-12-17 15:32:35 +00:00
osgWrappers Added ClipNode::set/getReferenceFrame(); 2008-12-19 15:29:59 +00:00
CMakeLists.txt Removed the optional build for osgWidget and plugins as these are options that are appropriate for building all the time 2008-11-22 14:30:21 +00:00