diff options
| author | yum <yum.food.vr@gmail.com> | 2024-08-30 14:24:59 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-08-30 14:24:59 -0700 |
| commit | 2ea62b8fc899cab47e6e23da9168a42ecd6ddf45 (patch) | |
| tree | c42724bf73ab60dfc00f308815bb291f70b41d63 /globals.cginc | |
| parent | c72069f69f451a4e369f01ac3dac3961740127b5 (diff) | |
Add lit glitter logic
Also fix prox dimming. It should occur *after* the non-specular
brightness budget correction.
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 7ec2cd0..0a95482 100644 --- a/globals.cginc +++ b/globals.cginc @@ -293,6 +293,7 @@ float _Glitter_Density; float _Glitter_Amount; float _Glitter_Speed; float _Glitter_Brightness; +float _Glitter_Brightness_Lit; float _Glitter_Angle; float _Glitter_Power; float _Glitter_UV_Select; |
