Real-time Compositor: Feedback and discussion

Yes, it is possible, you just need blur, scale, and color mix operations. The ghost glare works as follows:

  • Compute a base ghost image composed of two ghosts. Generated by blurring the highlights using two different radii, adding both results of the blur after flipping the bigger radius blur one around the origin.
  • Keep adding that base ghost image each time with a different scale and color modulation.

See the code for more details:

5 Likes