filter-sdf-effects: Rename Shadow (SDF) Filter (Part 1)

The nature of this Signed Distance Field based Filter is not to only draw shadows, but to also draw an outline or even glow around a source. Therefore the name "Inner/Outer Shadow (SDF)" does not fit well with the intent of the actual Filter.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-01-29 04:35:12 +01:00
parent 8ded5aa86d
commit a7161b51e0
3 changed files with 2 additions and 2 deletions

View File

@ -257,8 +257,8 @@ SET(PROJECT_PRIVATE
"${PROJECT_SOURCE_DIR}/source/filter-displacement.cpp"
"${PROJECT_SOURCE_DIR}/source/filter-blur.hpp"
"${PROJECT_SOURCE_DIR}/source/filter-blur.cpp"
"${PROJECT_SOURCE_DIR}/source/filter-shadow-sdf.hpp"
"${PROJECT_SOURCE_DIR}/source/filter-shadow-sdf.cpp"
"${PROJECT_SOURCE_DIR}/source/filter-sdf-effects.hpp"
"${PROJECT_SOURCE_DIR}/source/filter-sdf-effects.cpp"
"${PROJECT_SOURCE_DIR}/source/filter-shape.hpp"
"${PROJECT_SOURCE_DIR}/source/filter-shape.cpp"
"${PROJECT_SOURCE_DIR}/source/filter-transform.hpp"