- Home /
Multiple boolean operation on mesh
Hi, I'm trying to achieve an effect like this, where a cylinder intersects a cube and it substracts its shape.
https://i.gyazo.com/5a00cc348072e576368bb0de8efac7c2.mp4
I tried using this port of CSG.js (https://github.com/karl-/pb_CSG) but it only seems to work okay with one intersection, not dragging your mouse, you can see my attempt here:
https://i.gyazo.com/6ad91e32334f25e049cebcd0d50353e5.mp4
It lags a lot and after various attempts the mesh gets destroyed. How would you approach achieving the effect in the beggining?
Your answer
Follow this Question
Related Questions
Partial meshcollider failure. Why does this happen? 2 Answers
Dynamic Mesh - Multiple Meshes 0 Answers
Dynamically creating a mesh with a hole in it from two lists of vertices 0 Answers
How can I create a destructible soft body mesh? 2 Answers
What does mesh.MarkDynamic actually do? Documentation explains nothing. 1 Answer