Re: 2-D vector based animation?
- Posted by ghaberek (admin) May 04, 2009
- 1159 views
DerekParnell said...
I assume by 'vector' you mean that you want to describe an image in terms of line segments and colors. And animate it by describing images at different 'ticks' and having the product calculate the line segment changes during the 'ticks' to form a smooth animation from one 'tick' to the next.
Also known as "tweening"
-Greg