summaryrefslogtreecommitdiffstats
path: root/src/dm/systems/cores/SimpleAnimationCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dm/systems/cores/SimpleAnimationCore.h')
-rw-r--r--src/dm/systems/cores/SimpleAnimationCore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dm/systems/cores/SimpleAnimationCore.h b/src/dm/systems/cores/SimpleAnimationCore.h
index c204026..c782496 100644
--- a/src/dm/systems/cores/SimpleAnimationCore.h
+++ b/src/dm/systems/cores/SimpleAnimationCore.h
@@ -158,6 +158,9 @@ public: // Use
// Animation Evaluation.
float EvaluateAnimation(Qt3DSDMAnimationHandle animation, long time) const override;
+ std::pair<float, float> getAnimationExtrema(Qt3DSDMAnimationHandle animation,
+ long startTime = -1,
+ long endTime = -1) const override;
bool KeyframeValid(Qt3DSDMKeyframeHandle inKeyframe) const override;
bool AnimationValid(Qt3DSDMAnimationHandle inAnimation) const override;