speedLines
speedLines(
inputColor,uv,center?,density?,speed?):Node<"vec4">
Defined in: packages/nodes/src/blur/blurMotion.ts:177
Directional speed lines effect. Creates manga/anime style motion lines.
Parameters
Section titled “Parameters”inputColor
Section titled “inputColor”Node <"vec4">
Base color
Node <"vec2">
UV coordinates
center?
Section titled “center?”Vec2Input = ...
Focus point
density?
Section titled “density?”FloatInput = 50
Line density
speed?
Section titled “speed?”FloatInput = 0
Animation speed (use time input)
Returns
Section titled “Returns”Node <"vec4">
Color with speed lines