diff options
| author | yum <yum.food.vr@gmail.com> | 2024-11-30 16:46:41 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-11-30 16:46:41 -0800 |
| commit | 8232f195185d7550c331a78ed57b1a44746d294b (patch) | |
| tree | c0b93d06a643b7ab0d8d66eb951291e2b643ce78 /globals.cginc | |
| parent | 10609e0207123ad8fb20cf578672b95f8c7ad1d6 (diff) | |
Add cutout noise scale slider
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index a038a05..45d2b58 100644 --- a/globals.cginc +++ b/globals.cginc @@ -38,6 +38,7 @@ float _Min_Brightness; float _Max_Brightness; float _Frame_Counter; +float _Rendering_Cutout_Noise_Scale; float _Mesh_Normals_Mode; float _Flatten_Mesh_Normals_Str; |
