Skip to content

Question: How to create mesh animations ? #103

@sambaPython24

Description

@sambaPython24

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions