GP: implement Shadow FX (wip)
Initial implementation of effect to create a drop shadow of the strokes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user