Skip to content

Question: How to implement a simple mesh animation? #251

@sambaPython24

Description

@sambaPython24

Hey,
thank you for your amazing work here. 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)) .

How would I use your package to save this animation?

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