Assuming I have a 3d object in my world looking like something below..
http://en.wikipedia.org/wiki/File:Graftal3.png
I also have a node storing the information on how to draw for example...
http://en.wikipedia.org/wiki/File:Graftal4.png
How do I go about interpolating from one to the other. From my research I know I will have to use vertex shaders. But the main part that is troubling me is that the 2nd model has more vertices than the original image.
I'm hoping for some guidance for how I should achieve this affect.
Thanks!