diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-28 18:07:46 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-28 18:07:46 -0800 |
| commit | dfa489b6e6090388186b1d32fb126a11b42d31c5 (patch) | |
| tree | 6c3508d283b4c1c13a2683e09b6d4e0e3db1310a /globals.cginc | |
| parent | 83e81c43853ccb6fd235b85802d5558dd166dde1 (diff) | |
add second matcap slot
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index c5fa966..67fb1a5 100644 --- a/globals.cginc +++ b/globals.cginc @@ -121,6 +121,21 @@ float _Matcap0_Quantization_Steps; #endif
#endif
+#if defined(_MATCAP1)
+texture2D _Matcap1;
+uint _Matcap1_Mode;
+uint _Matcap1_Target_Mask;
+float _Matcap1_Invert;
+float _Matcap1_Strength;
+#if defined(_MATCAP1_MASK)
+texture2D _Matcap1_Mask;
+float4 _Matcap1_Mask_ST;
+#endif
+#if defined(_MATCAP1_QUANTIZATION)
+float _Matcap1_Quantization_Steps;
+#endif
+#endif
+
#if defined(_RIM_LIGHTING0)
uint _Rim_Lighting0_Mode;
float _Rim_Lighting0_Center;
|
