One of the first effects people discover in TouchDesigner is the Bloom TOP. They connect it to an image, increase the intensity, and instantly get glowing highlights. While this looks impressive at first, it rarely creates a professional result.
The problem is simple: bloom affects the entire image. Shadows become hazy, edges lose definition, and the composition begins to feel soft rather than cinematic.
Professional motion graphics use glow much more selectively. Instead of glowing everything, they create a dedicated lighting layer that only affects the brightest parts of the composition.
Instead of asking,
"How can I make this image glow?"
Ask,
"Where should the light exist?"
Light has a purpose. It emphasizes the subject, creates separation, and directs the viewer's attention.
The glow layer should only enhance those areas.
Instead of this:
Image
│
Bloom
│
Output
Build this:
Image
│
Threshold
│
Blur
│
Bloom
│
Level
│
Null(GLOW)
Every node has a responsibility.
This is the most important operator in the entire branch.
Instead of glowing every pixel, Threshold isolates only the brightest parts of the image.
Bright highlights become white.
Everything else becomes black.
Now the bloom only exists where light naturally should.
Without Threshold, Bloom becomes uncontrolled.
The Threshold image is usually too sharp.
Adding Blur softens the edges and creates a more natural falloff.
Small blur values create hard neon lighting.
Large values create atmospheric lighting.
This one operator changes the mood dramatically.
Now Bloom finally has something meaningful to work with.
Instead of processing the entire image, it only enhances the isolated highlights.
This creates cleaner, brighter lighting without washing out darker regions.
This is your lighting controller.
Instead of constantly adjusting Bloom, use Level to control:
This makes it easy to fine tune the glow without rebuilding the network.
The glow branch should never replace your image.
Instead, add it back.
Base Image
│
▼
Composite TOP
▲
│
Glow Layer
Try different Composite modes.
Add
Produces bright energetic lighting.
Perfect for neon.
Screen
Creates softer cinematic lighting.
Excellent for portraits.
Overlay
Adds contrast while preserving detail.
Great for title cards.
Professional projects often use more than one glow.
Instead of a single branch, build several.
Threshold
↓
Blur
↓
Bloom
Creates overall lighting.
Edge
↓
Blur
↓
Bloom
Makes outlines shimmer.
Perfect for typography.
Threshold
↓
Lookup
↓
Bloom
Colorize the highlights before blooming them.
This creates dramatic cyberpunk or sci fi lighting.
Threshold
↓
Directional Blur
↓
Bloom
Creates light streaks that suggest movement and speed.