Jump to content

Layered Fracturing (Shatter) giving the usual artifacts


m-egger

Recommended Posts

Before elaborating, I am not a huge fan of the material fracture solution, which also gives similar issues. Apart from the node just taking 10 seconds to place. 10,605 children in 18.0 and >11,000 in 18.5.

image.png.bd9e7e52b34ebb76b4bb8c281484c54d.png

Also, the performance I was getting out of it was really not useable, so I'd always go back to looping over pieces and shattering (the usual) where I'd have control over the iterations and such. But maybe I'm just really too dumb to use the materialfracture correctly to get well tweaked results out of it, in a workable speed.

 

So instead I've been trying to build a more lightweight solution to use which is a voronoi fracture which brickers the cutting geo and replaces the voronoi with a shatter.

The issue is that the shatter apparently just gives bad output geometry when trying to fracture a second time, the geo is just completely broken.

 

This is the base output which is marvellous. It almost stays interactive (0.1s / frame) while the materialfracture SOP would take around 10 seconds to calculate for a similar result.

image.thumb.png.dc3bad76ff5856459e9b09b05f5a01fe.pngimage.thumb.png.c28d6af4b5779f806348e85f928109de.png

 

This is a preview of the cutting planes generated from the voronoi source points.

image.thumb.png.c44db9b357fd2028841e878938659ff0.png

 

When looping over the pieces from the first iteration, the outcome is always broken like following. I've tried quite some variations of loops, but apparently the first fracture just screws up the geometry.

image.thumb.png.aa5b07eae1250c72bc79382c3b29cb7e.png image.thumb.png.83f527739ffb4387f6804300592fce0b.png

 

Any sort of cleaning/fusing would also give no better result.

Is there any way the fix the boolean shatter itself? Or to get behind why it's outputting the fracture geo in the first place?

The simple file with the asset included is attachedvoronoifracture_plus_185_v01.hipnc

Thanks in advance,
Martin

image.png

Edited by m-egger
Link to comment
Share on other sites

Alright, I found a quite well-working solution for multiple fracture levels for the entire thing:

This is abusing the "preview cutting planes" function I built in to merge them with a second variation and then cut them in one go later.

image.thumb.png.6551b0fdd43a57e3e8735de725bf976d.png


This at least reduces the amount of times when it breaks. And it's literally 100 times faster than the material fracture. Its almost interactive at similar resolutions.

image.png

  • Like 2
Link to comment
Share on other sites

If you're doing subsequent booleans you should turn off Detriangulate, it can mess things up after the first boolean. Also be vary of cutting planes that only intersect a piece of geometry half way. If it doesn't go all the way through it will cause some big problems with additional booleans.

Link to comment
Share on other sites

Hey David, thanks for the suggestion. I was aware of that and turned off detriangulation and made sure the faces were always extended beyond the bounding box, but the result stayed as unpredictable. 

For now, it has worked really really well to do it all in one go. I even went so far as to integrate my iterative voronoi fracture into the same cutting plane generation (before noising), so I simply got the subfractures in the first run. Really happy with the results now - the only thing I will now use the Material Fracture for when working on concrete is the chipping, but that just works appended to the boolean fracture, interestingly. I have yet to re-build the chipping myself - learning from this super intricate asset is a bit difficult. :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...