diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-06 19:09:17 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-06 19:09:17 -0800 |
| commit | f6e54271cddfec5ef16e986a94edf2db380bc458 (patch) | |
| tree | a8780729d8b61455bf33cb4148d6e8b2d11e5d91 /globals.cginc | |
| parent | 97b268b7f2a32b5917da5f7f1528619e2dcf362b (diff) | |
begin work on light volume strength feature
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 0c3b9ed..ff5d42e 100644 --- a/globals.cginc +++ b/globals.cginc @@ -92,6 +92,11 @@ float _Brightness_Multiplier; float _Min_Brightness;
#endif
+#if defined(_LIGHT_VOLUMES_BRIGHTNESS)
+float _Light_Volumes_Brightness_Enabled_Dynamic;
+float _Light_Volumes_Brightness;
+#endif
+
#if defined(_QUANTIZE_NOL)
float _Quantize_NoL_Steps;
#endif
|
