Next:
Velocity Control
Up:
Issues in Automated
Previous:
Functional Animation
Linear Interpolation
The most basic interpolation technique for supporting animation is linear interpolation, or the
lerp
.
Given two parameters
and
at times
and
, an intermediate value is given by
Advantages and Disadvantages:
-
Discontinuities in derivative exist at all key frame points.
+
The rate of change within a segment is constant (and so can easily be controlled).
CS488/688: Introduction to Interactive Computer Graphics
University of Waterloo
Computer Graphics Lab
cs488@cgl.uwaterloo.ca