OpenSceneGraph/include
Robert Osfield d8ee198735 From John Kelso,
"Attached are updates of src/osg/Sequence.spp and include/osg/Sequence.

I've taken _sbegin/_send/_ubegin/_uend and _step our of the include file
and made them local variables in whatever method might need them.

I got rid of the _recalculate method as it was only getting used in
one place.

I also found a cut/paste bug in setMode's START case."

Note from Robert Osfield, Also includes some guards against crashes that was occuring in this new
code when handling empty Sequences.
2007-05-09 11:11:19 +00:00
..
osg From John Kelso, 2007-05-09 11:11:19 +00:00
osgDB From Mike Weiblen, with mods of using references by Robert Osfield for efficiency. Submission notes from Mike: 2007-05-09 10:01:15 +00:00
osgFX Updated copyright years. 2006-07-18 15:21:48 +00:00
osgGA From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
osgIntrospection From David Callu, " bug: 2007-03-16 14:28:27 +00:00
osgManipulator Changed hitItr to be a const_iterator. 2007-04-13 13:19:29 +00:00
osgParticle Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
osgShadow From Eric Wing, pedantic warning fixes 2007-04-06 15:36:13 +00:00
osgSim Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback 2007-03-28 11:30:38 +00:00
osgTerrain Added CartizianLocator 2007-05-03 16:23:19 +00:00
osgText Reorganised the managment of margins around glyphs so that is done entirely 2007-05-04 12:05:29 +00:00
osgUtil Added s/getLightingMode and s/getLight to osg::View to allow control of the viewers 2007-05-07 22:07:23 +00:00
osgViewer From Martin Aumueller, fixed unused parameter warnings 2007-04-25 10:12:46 +00:00