Efficiently rendering time-varying trimeshes
Open
- Dominant language
- Python
- Stars
- 3.6k
- Forks
- 376
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 1
Description
A frequent use case for trimesh rendering is to plot a time-varying mesh where the mesh coordinates are static but the node or triangle values vary over time. Using the current approach the canvas.trimesh has to recompute the intermediate datastructure each time which is very inefficient when you are trying to plot hundreds or even thousands of different timesteps of the same mesh. We either need to rethink the intermediate datastructure or we should find a way to efficiently update the mesh datastructure with the time-varying values.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.