Interpolation
A link about interpolation tricks was recently posted to reddit. I found myself using Pyglet to write a simple user interface to play with the different algorithms, screenshots of which are shown below.
Linear:
Smooth step:
Hermite:
I should really use the Tk bindings that come with Python to do something like this, or better yet do it as a web page.
Code please?
ReplyDeleteI've created a google code hosted project for it.
ReplyDelete