I finally had the time to finish this post by whipping up a small JavaScript canvas example to show forward differencing in action. Not much to see there, actually, other than that the regularly drawn spline and the one drawn with forward differencing look the same. Here’s the part of the code that does theContinue reading “Calculate Catmull-Rom splines using forward differencing – UPDATE”
Tag Archives: canvas
A little canvas experiment
Here’s some base code for simple canvas animations: When you put this into a HTML file and load it in your browser it should look like this.