TriAxis-Games / RealtimeMeshComponent

Unreal Engine 5 plugin component for rendering runtime generated content.
https://rmc.triaxis.games/
Other
1.58k stars 412 forks source link

Would you please support the mesh boolean operation(e.g. substraction), including convex hull substraction? #221

Closed jayfenny closed 2 years ago

jayfenny commented 2 years ago

As title. Thank you so much!

Moddingear commented 2 years ago

Those are very expensive to do. You could try to ue cgal for that or another library... If you want to see it in this plugin, you're free to contribute it