X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.cpp;h=778c55752fecceb984e4a9f97d39ba7cc4186e9d;hp=2cc6d0101478ef508e8c86da729935cf5b03ce14;hb=eff011224abc5dc81f801f3ea44572287a55bcac;hpb=85f9719bf3519b1f1942738d11601584f5d38725 diff --git a/glow_effect.cpp b/glow_effect.cpp index 2cc6d01..778c557 100644 --- a/glow_effect.cpp +++ b/glow_effect.cpp @@ -9,6 +9,8 @@ using namespace std; +namespace movit { + GlowEffect::GlowEffect() : blur(new BlurEffect), cutoff(new HighlightCutoffEffect), @@ -57,3 +59,5 @@ string HighlightCutoffEffect::output_fragment_shader() { return read_file("highlight_cutoff_effect.frag"); } + +} // namespace movit