I started to explore how to change pv3d objects and played a bit with some shaders and thought i might share some of my ideas and results.
I found some code snippets of fluid simulation by Exey Panteleev and noticed that changing the objects shape isn't hard at all. Basically all you have to do is run through all vertices and change their values.
So i did a little experiment of morphing two shapes into each other. To have a better control of the shapes itself i imported two collada files that contain an object with same number of vertices. All i have to do then is to loop through all vertices and animate their xyz-values.





