Let take a look at this image: the left is frame 5 while the right is frame 0
Click here is you want to view the higher resolution of frame 5 or frame 0
Frame 0 means there is no rotation while frame 5 means it's rotated 5 degrees from frame 0.
In each frame, there is a list of edge (2D) from delaunay triangulation (which is displayed as a mesh as you see).
I also have list of edge (2D) from delaunay triangulation for frame 1 (rotate 1 degree from frame 0), frame 2, frame 3, frame 4.
With these parameter, could anyone tell me how to generate image (bitmap) of frame 1, 2, 3,4 so that when scroll from frame 0 to frame 5, it looks smooth.
Any help would be appreciated.
--