GP: implement Shadow FX (wip)

Initial implementation of effect to create a drop shadow of the strokes
This commit is contained in:
2018-09-30 11:19:04 +02:00
parent d9f6fdae4b
commit f1afa6f6a7
14 changed files with 547 additions and 16 deletions

View File

@@ -49,6 +49,7 @@ void shaderfx_type_init(ShaderFxTypeInfo *types[])
INIT_FX_TYPE(Light);
INIT_FX_TYPE(Pixel);
INIT_FX_TYPE(Rim);
INIT_FX_TYPE(Shadow);
INIT_FX_TYPE(Swirl);
INIT_FX_TYPE(Wave);
#undef INIT_FX_TYPE