[WIP] Run-time object fracturing

Hi EU community,
A just want to share you my experiments in run-time object fracturing. For now, it just a prototype but I working to make it usable and functional.

Feel free to say if you are interested :slight_smile:
I will update the post with the tools development progress !

Thanks,

armabon

**Update 1 : **

PS : Dev log also avaiable here.

Very nice!

You should probably use the RMC though and not the PMC, it’s faster, better and just better :slight_smile: It will help you to get good performance with what you do.

Runtime Mesh Component - Marketplace - Unreal Engine Forums!

Thanks for the advice ! I will try with the RMC :slight_smile:

Interested in seeing how you progress with this.
Briefly looked into triangulation methods for shattering glass.
Was always worried about the performance hit vs. actual benefit for the sake of nice breaking glass :slight_smile:

Thanks :slight_smile:

**Update 1 : **
Multithreading is now fully working, the game thread is no longer blocked by the fracture computation !

Awesome!

Towards the end of the video your framerate is getting quite low, what is causing that? Just the amount of draw calls you get from having so many small pieces, or is it the physics simulation for all of those?

Thanks :slight_smile:

The low framerate mainly comes from the number of draw calls. In the future I plane to add a fragments lifetime delay to limit the overhead :slight_smile:

It’s awesome, which methods are you using to solve the fracturing? Some custom finite element ? is it possible to run some Python over UE4 ?

Awesome.
Do glass shattering! :slight_smile:

As soon I have added the partial fracture I will test the glass shattering :slight_smile:
Until now I solve the fracture using a convex decomposition of space, I try to let the most artistic control as possible. But I am trying to change the method to be more agnostic and not only voronoi defined :slight_smile:

Am i able to download this plugin somewhere?

Hi lunix !
I am working to make it clean has I can to publish it. :slight_smile:

Shutup and take my money.

Armabon, do you have any ETA on when it will be ready?

Hi clarkelaprairie ,
I am currently working to implement a small 3D voronoi diagram generation in order to make the tool more light and efficient ( by removing CGAL from it).
I am thinking about publish it at the end of April or May beginning.
[TABLE=“class: CDResTable ie7Fix, align: center”]

beginning

is it posible to have an explosion in the scene that would cause the fracturing to happen

Is it possible to have an explosion(using the explosion as the driving force) in the scene that would cause the fracturing to happen, like a grenade tossed into the scene. looking forward to this coming out

Hey, any news on this?