Houdini 20.0 Nodes Dynamics nodes

POP Steer Path dynamics node

Applies force to agents/particles according to directions from a path curve.

Since 14.0

This is a crowd behavior node, but you can also use it on regular particles (see the Output attribute parameter).

Tip

Once agents reach the end of the curve, they will continue to alternately move along the direction at the last point and be pulled back by the Path variance, making them bounce around the end of the curve. You can avoid this by using a bounding box trigger at the end of the curve to put agents that reach the end into a new state.

Parameters

Activation

When this is off, the node will have no effect. You can animate this to turn the behavior on or off at different times.

Group

Only modify a certain group or groups out of all agents/particles. You can name groups of agents using the Group Name parameter on the Crowd Source geometry node.

Output Attribute

If you are working with agents, set this parameter to Crowds steerforce. If you are working with particles, set this parameter to POP force.

Controls whether the node modifies the agent’s steerforce attribute (used by the crowd solver) or the particle’s force attribute (used by the POP solver).

Weight

Available when Output Attribute is set to Crowd steerforce. This number is used by the crowd solver to normalize and scale multiple forces that apply to an agent.

SOP Path

Path to an object or geometry node containing the path curve (for example, /obj/geo1/curve1).

Method

How the node uses the curve to influence agent movement.

Curve lookup

Agents find the closest point on the curve, take the forward tangent direction at that point, and apply force in that direction to the agent.

Curve point walk

When an agent first “locks on” to the path, it finds the closest control point on the curve, and remembers the control point’s point number in an attribute. From then on, it uses the curve direction at the control point, and increases the point number when near the next control point on the curve (for example, use the curve tangent direction at point 2 until the agent is closer to point 3). This method allows you to use self-intersecting paths.

Resample Path

When Method is “Curve point walk”, use a set of regularly spaced control points along the curve instead of using the actual control points from the curve geometry. This is usually the best option unless you've specifically placed the control points of the curve with path following in mind.

Segment Length

When Method is “Curve point walk” and Resample path is on, the spacing of the points along the curve to use.

Reverse Direction

Act as if the direction of the curve was reversed when computing directions. (You can “actually” reverse a curve using the Reverse geometry node.)

Force Scale

The strength of the path direction force.

Constraint Force

How much force is applied to make the agents/particle maintain their initial distance to the curve.

Search Radius

The maximum distance (in meters) agents will look for the path.

Anticipation

How far ahead to look for path changes. The higher the number, the earlier agents/particles will begin turning in response to upcoming bends in the curve.

Path Variance

The maximum distance (in meters) the agent/particle is allowed to be from the initial distance before the node begins to apply the Constraint force to move it back toward the curve.

See also

Dynamics nodes