diff options
| author | yum <yum.food.vr@gmail.com> | 2024-09-07 13:52:12 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-09-07 13:52:12 -0700 |
| commit | 50bfca1c68773dd8c663577fcef23ac7cfbca0f7 (patch) | |
| tree | e5d6550c1c0b45d8de7ad0a0535b0f3bd84710fb /globals.cginc | |
| parent | 489fadcbd2cff45e0f6e38eefb0d9d6766b701bb (diff) | |
Add quantization and alpha blending to rorschach effect
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 7e7c8f7..c13900a 100644 --- a/globals.cginc +++ b/globals.cginc @@ -597,12 +597,15 @@ float _FaceMeWorldY_Enable_Z; #if defined(_RORSCHACH) float _Rorschach_Enable_Dynamic; +float4 _Rorschach_Color; +float _Rorschach_Alpha_Cutoff; float _Rorschach_Count_X; float _Rorschach_Count_Y; float _Rorschach_Center_Randomization; float _Rorschach_Radius; float _Rorschach_Emission_Strength; float _Rorschach_Speed; +float _Rorschach_Quantization; texture2D _Rorschach_Mask; float _Rorschach_Mask_Invert; #endif |
