Fireandsmoke 5 Posted May 2, 2020 (edited) Hi, Probably a fairly simple answer to this one... I've scattered my source points onto a grid and fractured an identical grid using a voronoi fracture. I have a Point VOP which I've created which animates those source points. What Id like to do is have each of the fractured voronoi pieces follow the animation of it's associated fracture source point. Hip is attached. How would I go about this? Thanks for the help Voronoi_Points.hiplc EDIT: I achieved what I needed using the Assemble SOP, and applying my Point Vop directly to the packed geo. Though I am still curious to know, without an assemble SOP, how you would assign a group of @name:piece* primitives to a follow the fracture points? Edited May 2, 2020 by Fireandsmoke Share this post Link to post Share on other sites
Librarian 628 Posted May 2, 2020 maybe itHelps https://medium.com/@jakerice_7202/voronoi-for-the-people-60c0f11b0767 http://www.tokeru.com/cgwiki/index.php?title=ForLoops http://www.pixelninja.design/manhattan-voronoi-approximation/ http://yoong-cut-and.blogspot.com/2015/03/houdini-overview-of-dynamic-fracturing.html https://forums.odforce.net/topic/29113-control-animation-of-individual-pieces/ https://forums.odforce.net/topic/44999-on-growth-and-form/?page=4 1 Share this post Link to post Share on other sites
Ggradest 5 Posted May 2, 2020 (edited) I think that your solution of Packed fragment by Assemble SOP is the best. Packed fragment system just exist transform many static geometry like this one efficiently. Another way is Transform Pieces SOP , VEX transform matrix method... Just now I prepare H18 new method by Copy SOP's variant option. The source point of the Voronoi split is not always in the center of the generated piece, so it needs to be fixed. Cheers! Voronoi_Points.hiplc Edited May 2, 2020 by Ggradest 2 Share this post Link to post Share on other sites