mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
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:
parent
8ded5aa86d
commit
a7161b51e0
3 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue