Ben M
beneb
About Me
EXPERTISE
VFX Artist
INDUSTRY
Film/TV
Houdini Skills
Availability
Not Specified
Recent Forum Posts
Recreating Car Crash sim Feb. 20, 2019, 2:50 a.m.
Hi - no problem! Ah, yes this is a fun challenge. There are a few ways to switch constraints during a sim, for this sim I used a sop solver inside the dop solver. In the sop solver, you can read many different attributes from your geometry each frame. One of these attribs is a point attrib called “angle” generated from the rbd sim. I took the “angle” and compared it to a constant that I used as the max bend and if it was greater than or equal to this then I switched the name of the constraint attrib to a glue attrib with a strength of -1. Hope this helps!
Recreating Car Crash sim Jan. 12, 2019, 10:39 a.m.
Hi, to use point deform you’ll need to separate the geo up into sections that don’t break. So mine was separated by material type. Plastic was connected to metal but neither separated internally just separated from each other. So you’re correct, you’ll have to separate them into chucks before hand, if you want them to break internally, and I would connect them with separate constraints.
Recreating Car Crash sim Oct. 19, 2018, 10:39 p.m.
valkiasbenebthanks man!
Thanks! I can't share the actual car crash hip since its incredibly disorganized and would never run without the actual car geo, which I can't distribute, but I will attach a quick file using the point deform with RBD soft constraints. I hope this helps!
I got it this far. Still not sure what isn't working
I'm not much help without the actual car geo you're using - but, just plugging in a sphere instead of the file cache you're using I can't see what you've changed exactly to get it in the current state. That .hip's intent is more to show you the workflow and less intended to work with anything complex.