diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index c1f142a..7e7c8f7 100644 --- a/globals.cginc +++ b/globals.cginc @@ -599,6 +599,12 @@ float _FaceMeWorldY_Enable_Z; float _Rorschach_Enable_Dynamic; float _Rorschach_Count_X; float _Rorschach_Count_Y; +float _Rorschach_Center_Randomization; +float _Rorschach_Radius; +float _Rorschach_Emission_Strength; +float _Rorschach_Speed; +texture2D _Rorschach_Mask; +float _Rorschach_Mask_Invert; #endif #endif |
