From 47eb460bf49d4512f52eecffa5696eb761a08f83 Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 27 May 2024 21:42:06 -0700 Subject: Use _MainTex and _Color Also remove multipliers from gradient-based mipmap sampling. --- globals.cginc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 6e56eac..5156284 100644 --- a/globals.cginc +++ b/globals.cginc @@ -5,7 +5,7 @@ SamplerState linear_repeat_s; -float4 _BaseColor; +float4 _Color; float _Metallic; float _Roughness; float _Tex_NormalStr; @@ -20,8 +20,8 @@ float _Confabulate_Normals; #if defined(_BASECOLOR_MAP) -texture2D _BaseColorTex; -float4 _BaseColorTex_ST; +texture2D _MainTex; +float4 _MainTex_ST; #endif texture2D _NormalTex; float4 _NormalTex_ST; -- cgit v1.2.3