Houdini 20.0 Crowd simulations

Attaching cloth to agents

You can add and constrain vellum cloth as part of agent shape geometry, and then simulate the cloth based on agent movements.

On this page

Overview

Vellum is Houdini’s fast cloth (and other PBD) solver. You can associate cloth with agent shapes and then simulate the cloth as part of the overall dynamics simulation along with the crowd and any other dynamics such as rigid bodies.

Because you can set up Vellum cloth in geometry using SOPs, it’s ideal for inclusion in an agent shape.

See the SimpleCrowdCloth node example for a fully worked example attaching capes to agents and simulating them.

Set up the cloth

In the SOP network where you set up your agent definition(s), you will add vellum cloth on top of the imported agent geometry, and then use that as the agent shape geometry.

  1. Alongside the agent definition SOPs, create a new SOP chain that creates the cloth geometry.

    You can import the cloth geometry or define it here. In the cape example, the cloth is a simple grid.

  2. Append a Vellum Constraints node to the cloth geometry. Set the Constraint type to “Cloth”. This sets up attributes on the geometry for the Vellum solver to treat it as cloth.

  3. Connect the agent shape’s rest geometry to the Vellum Constraints node’s third input.

  4. Append another Vellum Constraints node and set the Constraint type to “Attach to Geometry”.

    Instead of attaching specific points, you can simply specify a group on the cloth geometry and turn on Constrain to closest point.

  5. Append a Vellum Pack node to pack up the cloth geometry and constraints, and set the Name parameter to a unique descriptive name for the cloth setup (for example, long_cape). This name will be used by Agent Layer as the name of the agent shape and layer.

  6. If you are creating multiple cloth shapes, append a Merge node to combine the outputs from the Vellum Pack nodes.

Tip

You can add a Vellum Solver SOP at the end of the vellum setup chain to do a quick sim of the cloth, for example to check how it hangs on the character. This is faster than running the full crowd + cloth simulation.

Add the cloth to the agent definition

  1. In the SOP chain where you define the agent, above the AGENT_DEFINITION Null, add an Agent Layer node.

    Agent layers are used to assign shapes to an agent to produce geometry variations.

  2. Wire the cloth shapes (the output from the Vellum Pack nodes) into the second input of the Agent Layer node.

  3. Enable Use Layer Name Attribute and set the Layer Name Attribute to name.

    This will create a separate agent layer for each of the cloth shapes, using the same name as the shape (the shape names were assigned using the Name parameter on Vellum Pack).

Assign the cloth layers to the crowd

  1. After populating the crowd, append a Crowd Assign Layers node.

    Tip

    The Vellum layers can also be assigned to the agents at any point before simulating the cloth (for example, after the crowd simulation).

  2. Set the Layer Choices to the Vellum layers that should be randomly assigned to the agents, and adjust the Weight values to control the random distribution. Patterns such as cape_* can be used to specify a list of layers that will be selected from with equal probability.

  3. To assign the Vellum layers only to agents that have specific geometry variations, set Select By to Current Layer and set the Layer Pattern to the list or pattern of layer names.

  4. The layer assignment can also be limited to specific agents by using the Group parameter or specifying the Percent to Select.

Simulate the cloth

  1. In a SOP network, grab the output of the Crowd Solver DOP.

    For example, you can use a DOP Import SOP and point it to the Crowd Object inside the DOP network.

  2. Append an Agent Vellum Unpack node to extract the vellum geometry.

    Set the Layers to Simulate to the names of the layers containing Vellum shapes (for example, cape_*). Any other layers assigned to the agents will be unpacked as collision geometry.

    If only some of the agents in the crowd have Vellum shapes, you can use the Select By parameter to select the agents to simulate based on a primitive group or by which layers are assigned to the agent.

  3. Append a Vellum Solver SOP to simulate the vellum geometry.

  4. Optionally, merge the simulated cloth geometry with the crowd geometry to visualize the results. The fourth output of Agent Vellum Pack provides the original agents, but with the Layers to Simulate removed from their list of current layers so that they can be displayed with the simulated Vellum geometry.

Crowd simulations

Getting started

  • Basics

    An overview of Houdini crowd simulation concepts.

  • Setup

    How to set up and edit a crowd simulation.

The moving parts

  • Agents

    About agents, the moving actors that make up a crowd simulation.

  • States

    About agent states, the virtual mood of each agent that controls the agent’s animation and the behaviors it runs.

  • Triggers

    How to specify conditions that cause agents to change from one state to another.

  • Caches

    Tips for efficiently caching and loading crowd sims.

SOP crowds

Behavior

Appearance

  • Diversity

    How to create a more realistic crowd by making agents look and act differently.

  • Attaching cloth

    You can add and constrain vellum cloth as part of agent shape geometry, and then simulate the cloth based on agent movements.

Terrain

  • Foot planting

    How to set up agents to adapt their animation to terrain and prevent skating.

  • Terrain

    How to specify terrain geometry for agents to walk across.

  • Obstacles

    How to set up obstacles for agents to avoid.