Skip to content
Snippets Groups Projects
Commit 4cf6e7bc authored by Christian Butz's avatar Christian Butz
Browse files

Add outline glow render pass

Outline glow pass draws a glowing outline of a scene. Combined with layered
renderers this can be used to highlight parts of a scene. Outline glow uses
render passes to first draw the scene, apply gaussian blur and then draw the
blurred image only where no pixels were drawn in the original scene. The result
is an outline with a hard edge on the inside and a smooth edge on the outside.
parent 968c8426
No related branches found
No related tags found
Loading
Showing with 816 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment