mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 07:41:31 +11:00
Add files via upload
Initial version for trying to split up the shader to multi-pass in order to allow further adjustments of the outlines. Higher outline blur and weight settings will thicken up the lines for higher internal resolutions.
This commit is contained in:
parent
5781223e33
commit
0dc873e73f
13
cel/MMJ_Cel_Shader_MP.slangp
Normal file
13
cel/MMJ_Cel_Shader_MP.slangp
Normal file
|
@ -0,0 +1,13 @@
|
|||
shaders = 4
|
||||
|
||||
shader0 = shaders/MMJ_Cel_Shader_MP_Blur_H.slang
|
||||
alias0 = MMJ_BlurPass_H
|
||||
|
||||
shader1 = shaders/MMJ_Cel_Shader_MP_Blur_V.slang
|
||||
alias1 = MMJ_BlurPass_V
|
||||
|
||||
shader2 = shaders/MMJ_Cel_Shader_MP_Outline.slang
|
||||
alias2 = MMJ_OutlinePass
|
||||
|
||||
shader3 = shaders/MMJ_Cel_Shader_MP_Color.slang
|
||||
alias3 = MMJ_ColorPass
|
Loading…
Reference in a new issue