OpenSceneGraph/src/osgManipulator
Robert Osfield 22527f6fd3 From Stephan Huber, "attached you'll find a bugfix for removeTransformUpdating and another
similar remove-method.

The old code removed an element from a vector, which invalidates the
iterator of the loop This resulted in a crash on certain platforms. Now
the erasing is done the right way without invalidating the iterator."
2009-11-19 17:42:25 +00:00
..
AntiSquish.cpp From Rene Molenaar, "The bug is as described above: 2009-06-18 08:18:10 +00:00
CMakeLists.txt Introduced TabBoxTrackballDragger 2009-08-05 16:02:44 +00:00
Command.cpp Completed refactor of osgManipulator, key changes are: 2009-07-01 14:01:09 +00:00
Constraint.cpp Completed refactor of osgManipulator, key changes are: 2009-07-01 14:01:09 +00:00
Dragger.cpp From Stephan Huber, "attached you'll find a bugfix for removeTransformUpdating and another 2009-11-19 17:42:25 +00:00
Projector.cpp From Serge Lages, "Here you can find some modifications to osgManipulator to work with double values instead of floats. Indeed I faced problems with the osgManipulator library when working with Earth based scenes, it was impossible to drag objects in a precise way if they were too far from the center of the scene." 2008-11-21 11:23:21 +00:00
RotateCylinderDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
RotateSphereDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
Scale1DDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
Scale2DDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
ScaleAxisDragger.cpp From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield. 2007-02-11 10:33:59 +00:00
TabBoxDragger.cpp From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield. 2007-02-11 10:33:59 +00:00
TabBoxTrackballDragger.cpp Introduced TabBoxTrackballDragger 2009-08-05 16:02:44 +00:00
TabPlaneDragger.cpp Replaced tabs 2008-11-21 11:09:11 +00:00
TabPlaneTrackballDragger.cpp From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield. 2007-02-11 10:33:59 +00:00
TrackballDragger.cpp Ported osgUtil, osgDB, osgGA, NodeKits and plugins to compile against OpenGL ES 1.1 and OpenGL ES 2.0. 2009-10-28 20:31:57 +00:00
Translate1DDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
Translate2DDragger.cpp Refactored osgManipulator so that CommandManager is no longer required, instead Dragger directly manages Constaints and associate Selections. 2009-06-30 11:39:39 +00:00
TranslateAxisDragger.cpp From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield. 2007-02-11 10:33:59 +00:00
TranslatePlaneDragger.cpp Changed osgManipulator::Dragger::handle(..) method to use a nested PointerInfo 2007-02-11 21:12:34 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00