Houdini 20.5 Nodes APEX nodes

dynamicpath::EvaluateMulti

Evaluates a dynamic path at multiple times.

On this page
Since 20.0

Evaluates a dynamic path at multiple times, returning arrays of the corresponding positions, velocities, and source times.

See dynamicpath::Evaluate for more information on the patharray input and how dynamic path layers are evaluated.

Inputs

patharray: ApexDynamicPathArray

An input array of dynamic paths, which represents a single dynamic path comprised of many layers.

times: FloatArray

An array of the times at which to evaluate the path.

Outputs

positions: Vector3Array

An array of the positions of the path at times.

velocities: Vector3Array

An array of the velocities of the path at times.

sourcetimes: FloatArray

An array of the source times of the path at times. The source time is the time of the original animation.

See also

APEX nodes