Devlog 9 - Fusion Voronoi Script
I was still getting some bugs with the combine, now, it was creating some weird really small sections of pipes, I spent some good time researching and thinking that it was some internal kernel problem but in reality it was just because to check if 2 bodies intersect I was doing (If intersection.volume > 0.00001), and those bodies were really small, so I just changed it to bigger than 0 and it solved the problem.
I think I’m pretty much done for version 1.0, below is a before and after applying my script.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.