Marcocheng Posted September 17, 2019 Share Posted September 17, 2019 Hello folks! I'm trying to do some collision geo decomposition using Voronoi fracture (second cut) to generate a Bullet decomposition mesh but unfortunately, Houdini became no response to the infinity. The ram shows I got plenty of space left and the CPU usage turns down from 50% to 8%. Here are the steps: 1. I use a Voronoi fracture to frac hero pieces (a thousand pieces, some of them are not fit into convex hull shape) 2. I fracture them per piece with another Voronoi to decompose a geometry 3. Single-pass preview is fine for me but then when I do it for all then Houdini froze half way round and to clue what does it cause. Here is the network: (I've try both single For-each loop or Compile-For-each loop combo, both fail at the middle) For-each loop stop (Houdini freeze after processing no.199 piece) and I still got plenty ram and computational power Here's the file to help diagnostic. Thanks a lot! VF Problem_HIP.7z VF Problem_HIP.7z Quote Link to comment Share on other sites More sharing options...
Drughi Posted September 18, 2019 Share Posted September 18, 2019 I'm sorry to say it, but this setup is a bad idea. I the initial fracture you have size differences but still you scatter 250 points on each piece resulting in insane small pieces. If you really want to do that put the fracturing after the for each network. But anyways the resulting shapes won't be nice and it will take very long to calculate. If you want just a convex decomposition 4 points should be enough. 1 Quote Link to comment Share on other sites More sharing options...
Marcocheng Posted September 18, 2019 Author Share Posted September 18, 2019 49 minutes ago, Drughi said: I'm sorry to say it, but this setup is a bad idea. I the initial fracture you have size differences but still you scatter 250 points on each piece resulting in insane small pieces. If you really want to do that put the fracturing after the for each network. But anyways the resulting shapes won't be nice and it will take very long to calculate. If you want just a convex decomposition 4 points should be enough. Oh i see i just want to try things differently anyway thanks a lot! 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.