Interpolating curve
-
Our initial problem: set of multiple keyframes position+time
-
Two solutions
-
- Set explicitely derivatives for each keyframe - teadious
-
- Compute automatically plausible derivatives from surrounding samples - often used
Cardinal spline
-
Set \(\displaystyle d_i=\mu\; \frac{p_{i+1}-p_{i-1} }{t_{i+1}-t_{i-1}}\)
-
-
- \(\mu\) curve tension \(\in[0,2]\)
-
- \(\mu=1\) is commonly used
-
10/47