OpenSceneGraph/include
Robert Osfield e7d9e91525 From Stephan Huber,
"attached you'll find some modifications to Producer, osgGA and
osgProducer to enable Mac OS X support for

+ scrollwheels,
+ mightymouse-srollballs
+ new tracking-pads with scroll feature
+ tablet-support (pressure, proximity and pointertype) (Wacom only tested)

I think there was a bug in the windows-implementation of scroll-wheel
support (wrong order of ScrollingMotion-enum, casting problem) which is
fixed now.

The scrollwheel-code is a bit klunky across platforms, some devices on
OS X can report an absolute delta in pixel-coordinates not only the
direction, so for now there is scrollingMotion (which describes the
direction) and scrolldeltax and scrolldeltay. I decided to leave the
scrollingmotion-stuff to not break old code relying on this."
2006-07-04 14:18:44 +00:00
..
osg Removed template methods that were break VS6.0 build. 2006-07-03 15:21:08 +00:00
osgDB From Eric Wing, removed trailing commans from enum lists. 2006-05-15 11:56:59 +00:00
osgFX From Rodger James, changed the Win32 static library compilation support to use 2005-11-18 09:52:24 +00:00
osgGA From Stephan Huber, 2006-07-04 14:18:44 +00:00
osgIntrospection From Rodger James, changed the Win32 static library compilation support to use 2005-11-18 09:52:24 +00:00
osgParticle From Roland Smeenk, Added missing initialization to zero of the _carryOver value in 2006-07-04 09:18:04 +00:00
osgProducer From Stephan Huber, 2006-07-04 14:18:44 +00:00
osgSim From Paul Martz, added support to textured light points into osgSim and OpenFlight loader, as part of the OpenFlight v16.0 spec. 2006-06-08 14:32:02 +00:00
osgTerrain From Jason Baverage, A 2006-05-15 13:12:55 +00:00
osgText Change osgText so that the Text drawable now can have its own StateSet 2006-07-04 13:56:29 +00:00
osgUtil Added support for RenderBin's have a local top level StateSet. This is now 2006-06-29 15:57:24 +00:00