Hey,
thank you for the work you put into this amazing tutorial.
I would like to animate a mesh
vertices = [(0.1,0.2,0.3), (0.1,0.3,0.4),...]
edges = [[1,0,1],[1,1,1],...]
and the single vertices change over time,e.g. ( (0.1,0.2,0.3) -> (0.05,0.3,0.4)). That means, each vertex of the mesh is changed
separately.
I have seen the simple rotation animation chapter as well as the chapters for animation and meshes but I can bring them together.
How would you do that?