diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-13 18:21:34 -0700 |
| commit | 8ba49869f909036002b8f2cb9d07cf2ed6b15c6c (patch) | |
| tree | b796088fa69b53164cd883e3d540e722d227b8e9 /globals.cginc | |
| parent | a9dbbfa1488a9ec3bd772fc9847888502f49a65e (diff) | |
Add lightmap occlusion term to specular AO
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/globals.cginc b/globals.cginc index 3688378..8c11d15 100644 --- a/globals.cginc +++ b/globals.cginc @@ -3,10 +3,6 @@ #include "features.cginc"
-// Filamented global variables
-half _ExposureOcclusion;
-half _LightmapSpecularMaxSmoothness;
-
#if defined(USING_BAKERY_VERTEXLM)
float bakeryLightmapMode;
#endif
@@ -113,6 +109,8 @@ float _Spherical_Harmonics; float _reflectance;
float _specularAntiAliasingVariance;
float _specularAntiAliasingThreshold;
+float _ExposureOcclusion;
+float _LightmapSpecularMaxSmoothness;
#if defined(_METALLICS)
float _Smoothness;
|
