Sabes Posted February 25, 2019 Share Posted February 25, 2019 Hello friends, can anyone tell me if the general workflow to cluster pieces on a e.g. wall is correct in my case? I simply want a sphere smashing trough that wall and break some clustered pieces off. Is there an more efficent way to do it? Another thing that bothers me: Can anyone tell me why my wall is moving in the simulation? Looks like it is slowly falling through the ground. I can't find the solution by myself. Hope someone is able to help and give a little info about this. Cheers and thanks, ebastian Wall_struggle.hipnc Quote Link to comment Share on other sites More sharing options...
hideoncyka Posted February 25, 2019 Share Posted February 25, 2019 For the falling piece issue the way to resolve that is fairly simple, just drop after your assemble sop a point wrangler and paste that into it. if(@P.y < 1) i@active = 0; else i@active = 1; this will make the pieces near the ground inactive. For the clustering I have no idea since I didn't use this method for clusters, Im still sticking with the old one, but seems fine to me. 1 Quote Link to comment Share on other sites More sharing options...
Sabes Posted February 25, 2019 Author Share Posted February 25, 2019 (edited) Worked, I was dumb and placed the wrangle at the wrong position. Have tried this solution earlier. Thanks for your quick help! Edited February 25, 2019 by Sabes Quote Link to comment Share on other sites More sharing options...
FabsH Posted May 31, 2019 Share Posted May 31, 2019 Hello, I'm doing something similar that's why i found your topic. I would have like to know how to break the cluster pieces in other pieces as soon as they hit the ground. I've tried different things until now, but without any success.. If anyone has any idea, 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.