Relaxing a mesh in C#

Hi @Baris
If all you want to do is relax a mesh by averaging vertices, it can be made even simpler :slightly_smiling_face:

rlx.gh (6.0 KB)

This is a further condensed version of what I posted here, just playing a little code golf.
It’s a very fun topic to explore. Enjoy!

2 Likes