Skip to content

interlacing(inputColor, uv, resolution?, field?, blendFactor?): VarNode <"vec4", JoinNode <"vec4">>

Defined in: packages/nodes/src/analog/videoArtifacts.ts:51

Interlacing effect. Simulates interlaced video display with field alternation.

Node <"vec4">

Input color

Node <"vec2">

UV coordinates

FloatInput = 480

Vertical resolution

FloatInput = 0

Current field (0 or 1, alternate each frame)

FloatInput = 0.5

How much to blend inactive lines (default: 0.5)

VarNode <"vec4", JoinNode <"vec4">>

Color with interlacing