Code

Fundamentals of Spatial Computing
Course website: http://www.mat.ucsb.edu/594cm/2010/index.html
Post Reply
reza
Posts: 5
Joined: Sun Apr 04, 2010 12:44 pm

Code

Post by reza » Thu Apr 22, 2010 9:32 am

Here is some code to do interpolation over time. It's a class/concept Ben Fry used in Visualizing Data written in Java/Processing...I ported it to C++

This can help with smooth animation for camera movements, animation between values, etc.

Reza
Attachments
Integrator.zip
(1.67 KiB) Downloaded 493 times

Post Reply