From c2519d8521687a802ce6cb6e9ca2e973693cf9a4 Mon Sep 17 00:00:00 2001 From: Antonioya Date: Wed, 10 Oct 2018 22:52:55 +0200 Subject: GP: New Glow Shader FX (wip) New shader to simulate a glow of the color. The glow can be generated by luminance threshold or using a selection color. --- source/blender/draw/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/draw/CMakeLists.txt') diff --git a/source/blender/draw/CMakeLists.txt b/source/blender/draw/CMakeLists.txt index 4f9a90ba4f0..738efffcd91 100644 --- a/source/blender/draw/CMakeLists.txt +++ b/source/blender/draw/CMakeLists.txt @@ -337,6 +337,8 @@ data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_blur_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_colorize_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_flip_frag.glsl SRC) +data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_glow_prepare_frag.glsl SRC) +data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_glow_resolve_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_light_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_pixel_frag.glsl SRC) data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_rim_prepare_frag.glsl SRC) -- cgit v1.2.3