Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
softbody cut
#12
(20-07-2023, 12:14 PM)manurocker95 Wrote: How about the remeshing/unbinding + rebinding part?

Hi,

Remeshing is the difficult & expensive part of the problem, and mainly the reason why softbody cutting is not built-in into Obi. There's many ways to tackle it, some I can think of:

- Start off by tetrahedralizing the base mesh. Whenever a shape matching constraint breaks/tears, find the closest tetrahedra and split it along its faces. This is analogous to cloth tearing, only in 3D. Keeps the shape of the mesh's surface intact and is probably the cheapest solution -even if still expensive- but its only as good as your tetrahedral mesh is.

- Rebuild the mesh every frame using isosurface extraction from particles, something like surface nets or marching cubes. Expensive and only respects the shape of the input mesh as much as its particle representation does.

- Use a directed hole-filling algorithm to bridge cuts in the mesh.

kind regards,
Reply


Messages In This Thread
softbody cut - by Seahorse - 15-12-2022, 05:16 AM
RE: softbody cut - by josemendez - 15-12-2022, 12:40 PM
RE: softbody cut - by Seahorse - 15-12-2022, 01:50 PM
RE: softbody cut - by josemendez - 15-12-2022, 02:59 PM
RE: softbody cut - by Seahorse - 15-12-2022, 03:13 PM
RE: softbody cut - by josemendez - 15-12-2022, 03:24 PM
RE: softbody cut - by Seahorse - 15-12-2022, 03:28 PM
RE: softbody cut - by josemendez - 15-12-2022, 03:41 PM
RE: softbody cut - by Seahorse - 19-12-2022, 12:19 PM
RE: softbody cut - by josemendez - 19-12-2022, 12:30 PM
RE: softbody cut - by manurocker95 - 20-07-2023, 12:14 PM
RE: softbody cut - by josemendez - 25-07-2023, 09:33 AM