Updates osgAnimation

This updates is mainly for the gles plugint to work correctly.

* adds Quaternion array
* reintroduces `KeyframeContainer::linearInterpolationDeduplicate`
* fixes MorphGeometry OSG serialization (target names)
This commit is contained in:
Marc Helbling
2016-07-01 17:04:09 +02:00
parent 7c0c98b504
commit 43443928d0
6 changed files with 50 additions and 4 deletions

View File

@@ -70,6 +70,7 @@ namespace osgAnimation
*/
void computeDuration();
double getDuration() const;
double computeDurationFromChannels() const;
void setWeight (float weight);
float getWeight() const;
@@ -87,8 +88,6 @@ namespace osgAnimation
~Animation() {}
double computeDurationFromChannels() const;
double _duration;
double _originalDuration;
float _weight;