diff options
| author | yum <yum.food.vr@gmail.com> | 2024-09-07 03:15:44 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-09-07 03:16:28 -0700 |
| commit | 489fadcbd2cff45e0f6e38eefb0d9d6766b701bb (patch) | |
| tree | 6c5e275786329615a0907c4cbc549ff472852515 /globals.cginc | |
| parent | 2cf50223c6a88a6cbea64e3128c7b847dba1f8f2 (diff) | |
add a bunch of parameters to rorschach gimmick
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 |
