March 17th 2022
Session 14
Topics Covered:
- Building a MeshDeformer node that takes a delegate to define the actual deformation
- Using MeshSplit to split a mesh into its vertex components and indices
- Using DynamicMesh to create a mesh given vertices and indices
- Using a Cache region to to prevent unnecessary calculations:
https://thegraybook.vvvv.org/reference/language/cache.html - Using the AsyncTask region to run a slow process (e.g. writing a mesh as .obj file) in the background
Recording: