Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
softbody cut
#6
(15-12-2022, 03:13 PM)Seahorse Wrote: I see. Thanks for the clarification.

If I simply unbind the volume softbody, I just need to re-bindskin it?

Is this a viable path?

Rebinding the entire skin is rather expensive, and it assumes that you have already regenerated the mesh topology in a way that's suitable for softbody simulation. If you already have a viable way of cutting the mesh and you don't mind it taking half a second or so (or even more for larger meshes), then it's ok.

Also note that typical hole filling algorithms (eg. ear clipping) used in mesh cutting do not generate new vertices for the mesh, they just tend new faces across the gap. This is fine for rigidbody simulation but will not be enough for proper softbody simulation unless the softbody is extremely rigid, since these faces will not be able to deform properly. You'd generally want to resample the hole first by distributing vertices across its surface, and then triangulate.
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