From Jason Daly, "I'm still having a problem with SWING animations on sequences. Here's

the fix again, merged with this morning's svn (including the other
Sequence fixes from J-S)."
This commit is contained in:
Robert Osfield
2007-12-24 14:45:31 +00:00
parent 1f0637fdd7
commit e39bb04c62
2 changed files with 13 additions and 10 deletions

View File

@@ -185,6 +185,9 @@ class OSG_EXPORT Sequence : public Group
// stopping when it gets to zero. init to 0
int _nreps, _nrepsRemain;
// frame step (are we stepping forward or backward?)
int _step;
// default frame time for newly created frames or children- default is 1.
// set by setDefaultTime
double _defaultTime ;