diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-20 17:37:54 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-20 17:37:54 -0800 |
| commit | 36bd33d973f54f91f881cee87a234994d3fbd4eb (patch) | |
| tree | 589748f6ffeb010c2072a230fb2541234baf1abe /globals.cginc | |
| parent | c1a5bf8f3687b604980d1275872f1320f1a39977 (diff) | |
Add specular quantization
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index b0cce77..0deee5e 100644 --- a/globals.cginc +++ b/globals.cginc @@ -35,6 +35,14 @@ float _Min_Brightness; float _Quantize_NoL_Steps;
#endif
+#if defined(_QUANTIZE_SPECULAR)
+float _Quantize_Specular_Steps;
+#endif
+
+#if defined(_QUANTIZE_DIFFUSE)
+float _Quantize_Diffuse_Steps;
+#endif
+
float _Clip;
int _Mode;
float _Smoothness;
|
