Houdini 20.0 Dynamics

Fracturing objects for simulation

On this page

Overview

Often in rigid body simulations, you want a solid object to break into pieces because of some impact or force. For example, you might want an earthquake to destroy a house, with the concreate walls fracturing, the wood door splintering, and glass windows shattering. Or you might want a swinging demolition crane ball to cave in a wall.

  • Most fracturing tools in Houdini support a pre-fracturing workflow, where you break the geometry into pieces in SOPs, with the pieces held together by glue constraints. Pre-fracturing gives you full artistic control over the look of the destruction (for example, do you want big blocky pieces or small jagged pieces). The object will crumble when a force overcomes the glue strength, or you can manually animate the glue off when you want the object to break down.

    The high-level tool for pre-fracturing geometry is the RBD Material Fracture SOP, with plenty of controls over different types of fracturing. There are many lower-level SOPs if you need even more control over fracturing.

  • You can also do dynamic fracturing during the DOP simulation. See the help for Make Breakable tool for more information.

General workflow

RBD Material Fracture

Simulates breaking patterns associated with different materials: concrete, wood, and glass.

  • Can iterate multiple levels fracturing.

  • Can simulate low-res proxy geometry and copy piece transforms onto high-res geometry.

  • Automatically sets up glue constraints between the pieces.

  • Updates existing constraint geometry as it fractures.

  • Outputs groups and attributes with information about the fractures if you want to do more complex post-processing.

  1. Use the RBD Material Fracture node to pre-fracture your model in SOPs.

  2. RBD Material Fracture automatically creates glue constraints between the fractured pieces. On the Constraints tab you can set the Primary strength to the initial glue strength you want.

    After you import the fractured object into an RBD simulation (see the next step), you can go back and edit the settings on the RBD Material Fracture and edit the glue strength to control how much the pieces stick together.

    The value depends on the size and weight of your pieces, and what effect you want to achieve. A value of 1 will usually fall apart immediately.

    If you want the model to stay together until it’s hit by another RBD object, you will need to fine-tune the glue strength to a level where it’s high enough to keep the model stays together on its own, but not so high it prevents an impact from breaking the constraints.

  3. Go up to the object level and select the fractured object. On the Rigid Bodies shelf tool, click the RBD Objects tool to import the object into DOPs as rigid body pieces.

See the rest of this page for more information on the available tools.

Tips

  • Use the Group node to name groups of primitives. For example, the door, individual windows, and walls. This will allow you to fracture them individually.

  • If you see pieces spinning/wobbling in the simulation, you can particle drag to freeze them.

  • You can use the Output for view RMB menu on RBD SOPs to choose which output is displayed. By default, the first output (Geometry) is displayed. However, you can also toggle between Constraint Geometry and Proxy Geometry.

  • Clicking MMB on outputs of the RBD SOPs will show the data for each individual output. Additionally, if you click MMB on the inputs, it will trace up to the geometry data coming in.

RBD SOP inputs and outputs

The RBD Material Fracture node and several other RBD SOP nodes share a consistent set of inputs and outputs, that let you send constraint geometry and proxy geometry through the network alongside the fractured geometry.

Constraint networks

The RBD Material Fracture tool not only fractures your geometry, but it also creates constraints for you between those pieces. If you want to create more constraints, there are 3 SOPs that allow you to do so, separate from the fracturing process. They follow the same 3 input/3 output RBD workflow, and give you a lot of control for building constraints. This is useful when you're fracturing two different types of materials, and want to create boundary constraints between them.

RBD Constraints From Lines

This tool is a very interactive way to build constraints, as you can simply click and draw constraints between the pieces you want to be connected in the viewport. Once the constraint is drawn, you can choose the Connection Type to determine how the constraints are set up. For more information, see the RBD Constraints From Lines help page.

RBD Constraints From Curves

This tool lets you draw a curve in the viewport, and will create constraints between points on the geometry of nearby pieces within a specified search radius. RBD Constraints from Curves also gives you the option to provide a curve in the 4th input, so that you can use it procedurally. For more information, see the RBD Constraints From Curves help page.

RBD Constraints From Rules

This tool is a procedural node for creating constraints based on a set of rules and conditions. For example, you can constrain pieces based on groups and then only constrain the pieces that are within a certain bounding region.

All three constraint nodes will create simple primitives with a rest length attribute. The RBD Constraint Properties SOP node can be used afterward to create constraint groups and set up constraint types (such as glue or soft constraints). The help for the Constraint Network DOP has more background information about constraint networks (Constraint Network is the low-level DOP node responsible for converting SOP constraint geometry into the equivalent DOP constraints).

Types of connections

All three constraint nodes (RBD Constraints From Lines, RBD Constraints From Curves, and RBD Constraints From Rules) will let you choose between the following types of connections.

The default connection that’s created is Hinges. These create a hinge-like constraint between pieces, which you can visualize by the white dot on the constraint line.

Drawing Surface Points constraints will create anchor points where you clicked the mouse on the piece to place the constraint.

Center of Mass constraints will calculate the center of mass for the constrained pieces and create constraints between their centroids.

Low-res proxy geometry

The RBD Material Fracture node can work on fast low-res proxy geometry. You need to set up high-res and low-res geometry with the same named pieces (for example, by breaking up the high-res geometry into named pieces and then copying and reducing the number of polygons to create the proxy).

Clustering

Clustering refers to grouping fractured pieces into bigger clumps. There are two main clustering workflows:

  • If you just want a bunch of pieces to stick together permanently, give them all the same name attribute. Nodes that work on pieces will treat them as once piece.

    This can be useful, for example, with wood splintering, where you often want to group small splinters into bigger jagged chunks.

  • For certain directable crumbling effects, you will often want to work with bigger pieces early in the shot and have them break down into smaller pieces later in the shot. You can do this with a hierarchy of glue constraints. You can animate higher-level constraints off to break up bigger pieces into smaller pieces.

The RBD Material Fracture node provides clustering controls when the Material type is “Wood”. You can do manual clustering with the RBD Cluster node.

Importing a fractured object into DOPs

The Rigid bodies shelf has tools for importing geometry objects into the DOP simulation.

RBD Objects

Use this tool to import fractured objects. It automatically treats the named pieces as separate Bullet objects, and translates the constraint network geometry into Bullet constraints.

Other rigid body simulation tools:

RBD Hero object

This is for importing an object as a single, unbreakable entity. Do not use this to import fractured geometry.

RBD Glued Objects

This tool imports an object containing loose pieces and adds glue between them. Do not use this to import fractured geometry created with RBD Material Fracture since that node already creates glue constraints automatically.

Make Breakable

Sets up an object for dynamic fracturing in response to simulated impacts.

Debris shelf tool

Generates particles from the edges of crumbled pieces. You can use these particles to instance smoke, dust, pebbles, and so on as secondary effects.

RBD SOP support nodes

The following nodes work with the RBD Material Fracture node. They all have the same inputs and outputs as RBD Material Fracture.

RBD Paint

Lets you paint attributes on the input geometry to control how the fracturing works, for example paint where you want more fracturing to occur.

  1. Put this node above the RBD Material Fracture node in the network.

  2. Use this node to paint the density attribute where you want more fracturing.

  3. In the downstream RBD Material Fracture node, set Scatter from to “Attribute”.

RBD Constraint Properties

Edits constraint geometry. This provides functionality similar to the parameters on the RBD Material Fracture node’s Constraints tab.

You can use this as a convenient interface to edit values in the constraint network if you want to do more complex custom constraints.

RBD Interior Detail

Adds noise to exposed interior surfaces after fracturing. This provides functionality similar to the parameters on the RBD Material Fracture node’s Detail tab.

RBD Cluster

Groups pieces together into bigger pieces. This provides functionality similar to the parameters on the RBD Material Fracture node’s Cluster tab when Material type is “Wood”.

RBD Pack

Merges the three RBD SOP inputs (geometry, constraint network geometry, proxy geometry) into a single output.

RBD Unpack

Splits out geometry, constraint geometry, and proxy geometry into separate RBD SOP-style outputs.

RBD Constraints From Lines

Creates rigid body constraint geometry from interactively drawn lines in the viewport.

RBD Constraints From Curves

Creates rigid body constraint geometry from curves drawn in the viewport.

RBD Constraints From Rules

Creates rigid body constraint geometry from a set of rules and conditions.

Low-level SOPs

These are lower-level nodes, many of which are used inside the RBD Material Fracture SOP to provide functionality. You may find them useful if you are doing complex custom fracturing.

Connect Adjacent Pieces

Creates constraint geometry based on connectivity and proximity. This is a lower-level node providing functionality included in RBD Material Fracture.

Assemble

Assigns name attributes to pieces based on connectivity.

Voronoi Fracture Points

Very low-level node for Voronoi fracturing.

Voronoi Split

Very low-level node for Voronoi fracturing.

Dynamics

Learning dynamics

Colliding objects

Simulation types

Next steps