skyros Posted June 20, 2016 Share Posted June 20, 2016 (edited) Hi Everyone, I have a quick question that I was hoping someone would be able to help me with. I'm trying to fracture a wall, and follow the brick pattern, rather than standard voronoi shapes. Part of this process is to generate a brick wall, fracture each brick, then cluster the results in a meaningful way. Currently cluster is being controlled using the P attribute, but I would like to cluster based in the primID, so that whole brick pieces will be contained in the cluster and not just individual points. Does anyone have a suggestion? My test files are attached. Thanks wall.rar Edited June 20, 2016 by skyros updated example file Quote Link to comment Share on other sites More sharing options...
djiki Posted June 20, 2016 Share Posted June 20, 2016 You can think on that like this way: 1. Make single brick 2. Do voronoi fracture of that brick 3. Make copies of previous result on the point pattern representing wall 4. Use stamp of template points attributes from copy node for variation on voronoi points parameters, cluster definition etc. Quote Link to comment Share on other sites More sharing options...
f1480187 Posted June 21, 2016 Share Posted June 21, 2016 (edited) You could pack individual fragments. You need name attribute. If you use Assemble, there is checkbox to output packed fragments. Then every piece can be treated as points. cluster_fragments.hipnc Edited June 21, 2016 by f1480187 Quote Link to comment Share on other sites More sharing options...
skyros Posted June 22, 2016 Author Share Posted June 22, 2016 Ahh.. I see what you are doing. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.