Houdini 20.5 Nodes APEX nodes

dynamicpath::LoadFromChannels

Creates a dynamic path by sampling a set of X, Y, and Z channels.

On this page
Since 20.0

Samples a set of X, Y, and Z float channels to create a dynamic path. The samples start at the starttime and extends for life seconds at the given samplerate.

Inputs

xchannel: ApexChannel

A channel representing the X position of the path over time.

ychannel: ApexChannel

A channel representing the Y position of the path over time.

zchannel: ApexChannel

A channel representing the Z position of the path over time.

starttime: Float

The time at which to start sampling the channels.

life: Float

The period, in seconds, following starttime during which to sample the channels.

samplerate: Float

The frequency at which to sample the channels.

Outputs

path: ApexDynamicPath

A dynamic path created from the samples of the channels.

See also

APEX nodes