Back

Reaction-Diffusion #2

October 22, 2024

1 min read

This is the sample #2 of a Reaction-Diffusion system made with node components in Touchdessigner.

Reaction-Diffusion #2

Reaction-Diffusion #2

Node Network

Node Network to reaction-diffusion system #2

Initial Seed: A noise3 operator generates a more contrasted pattern than RD1.

Feedback: feedback2 feeds back into the network.

Diffusion: blur2 smooths the feedback signal.

Reaction: sharpen1 enhances contrasted details.

Multi-source Mixing: Parallel to the main route, a noise4 (fine noise) and a lumaBlur2 are injected, then **everything is combined in comp2. This adds granularity and disrupts repetition.

Output: The result is sent directly to out2, producing a granular “cloud” of light and dark patches, with less defined contours.

Result: A “cloud fabric” of softer, textured points/clusters with reduced edge definition.

To download .toe file from the repository, CLICK HERE.