Posts

Creating Cinematic Glow Layers in TouchDesigner

0 comments·0 reblogs
slimt
48
·
0 views
·
min-read

Why Bloom Alone Isn't Enough


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.
Image from thread


Thinking Like a Lighting Artist

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.


Building the Glow Layer

Instead of this:

Image 
   │ 
Bloom 
   │ 
Output 

Build this:

Image 
   │ 
Threshold 
   │ 
Blur 
   │ 
Bloom 
   │ 
Level 
   │ 
Null(GLOW) 

Every node has a responsibility.


Threshold TOP

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.


Blur TOP

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.


Bloom TOP

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.


Level TOP

This is your lighting controller.

Instead of constantly adjusting Bloom, use Level to control:

  • Brightness
  • Contrast
  • Opacity
  • Gamma

This makes it easy to fine tune the glow without rebuilding the network.


Compositing the Glow

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.


Creating Multiple Glow Layers

Professional projects often use more than one glow.

Instead of a single branch, build several.

Soft Glow

Threshold 
 
↓ 
 
Blur 
 
↓ 
 
Bloom 

Creates overall lighting.


Edge Glow

Edge 
 
↓ 
 
Blur 
 
↓ 
 
Bloom 

Makes outlines shimmer.

Perfect for typography.


Color Glow

Threshold 
 
↓ 
 
Lookup 
 
↓ 
 
Bloom 

Colorize the highlights before blooming them.

This creates dramatic cyberpunk or sci fi lighting.


Directional Glow

Threshold 
 
↓ 
 
Directional Blur 
 
↓ 
 
Bloom 

Creates light streaks that suggest movement and speed.

Posted Using INLEO