diff options
| author | yum <yum.food.vr@gmail.com> | 2024-08-21 15:05:32 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-08-21 15:05:32 -0700 |
| commit | 5c3223949546fee336ba50e5e33736b83c450d78 (patch) | |
| tree | 5de9bb5e6f1e2fe61c58a78692554ebedc0864dc /globals.cginc | |
| parent | d97cbbef750c86a329ce7669fd532ad7f7593839 (diff) | |
Matcap masks are now UV channel aware
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index d2773b1..980a31a 100644 --- a/globals.cginc +++ b/globals.cginc @@ -306,8 +306,10 @@ float _Enable_Matcap0; texture2D _Matcap0; texture2D _Matcap0_Mask; float _Matcap0_Mask_Invert; +float _Matcap0_Mask_UV_Select; texture2D _Matcap0_Mask2; float _Matcap0_Mask2_Invert; +float _Matcap0_Mask2_UV_Select; float _Matcap0Str; float _Matcap0MixFactor; float _Matcap0Quantization; @@ -326,8 +328,10 @@ float _Enable_Matcap1; texture2D _Matcap1; texture2D _Matcap1_Mask; float _Matcap1_Mask_Invert; +float _Matcap1_Mask_UV_Select; texture2D _Matcap1_Mask2; float _Matcap1_Mask2_Invert; +float _Matcap1_Mask2_UV_Select; float _Matcap1Str; float _Matcap1MixFactor; float _Matcap1Quantization; |
