tyFlow Forum
Making a 3d voronoi skeleton with vdbs - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Making a 3d voronoi skeleton with vdbs (/thread-1843.html)



Making a 3d voronoi skeleton with vdbs - shadowkiller - 07-15-2020

Hey everyone,

I am currently trying to make a voronoi skeleton, similar to the ones in these pictures.

https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.pinimg.com%2Foriginals%2Fb6%2F9b%2F26%2Fb69b2616503e7540988cac6f3d3ccaa4.jpg&f=1&nofb=1

https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fimages3.sw-cdn.net%2Fproduct%2Fpicture%2F710x528_1420931_1349235_1459320333.jpg&f=1&nofb=1


I am having trouble getting that lattice structured sort of look. I am starting with a cube, fracturing it with voronoi, then importing the fractured pieces as a sdf to be subtracted from another sdf cube. Obviously the edges of the fracture are very straight so i have been experimenting with various filtering to try and smooth it out. I also tried smoothing the voronoi shapes first before they were subtracted, which gets me closer but its still not quite there. Another possibility would be using a noise material to stamp in density values based on the  grey scale values. I didnt see any way to do this, is it possible?

The main issue i am having is these large thin mesh walls connecting various segments together instead of thin tendril structures. Has anyone made this sort of effect before? If so do you have any tips you could offer that might help?

Thanks! Smile


RE: Making a 3d voronoi skeleton with vdbs - d4rk3lf - 07-15-2020

I am not sure if I get the problem.

Will something like this work?
https://i.ibb.co/pfg905D/Screen-01.jpg

Attaching you flow.


RE: Making a 3d voronoi skeleton with vdbs - shadowkiller - 07-15-2020

Yeah that's getting much closer but im trying to go for the more organic/melted look like in those pictures. I imported your mesh as a vdb and tested various smoothing options but it doesn't quite get me the look im going for. Everything is still very straight and hard edged, whereas im trying to get the more cellular look.

I originally attempted a more subtractive approach by having the voronoi chunks carve out holes in a cube. This way i could heavily smooth the chunks before the carve. I would also like to keep the shape of the cube and simply cut holes inside it. If there is another way to round everything out that would be awesome, any ideas?