From bc1a80b614afa8bf6f7d601f0caa3eba33320201 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 17 Dec 2024 16:57:27 -0800 Subject: Vertex lighting is now wrapped This is unconditional (for now). In VRChat, anything other than fully wrapped vertex lighting usually looks bad. Also add direct lighting to clearcoat. --- tooner.shader | 2 -- 1 file changed, 2 deletions(-) (limited to 'tooner.shader') diff --git a/tooner.shader b/tooner.shader index 2598770..275cce9 100644 --- a/tooner.shader +++ b/tooner.shader @@ -1018,7 +1018,6 @@ Shader "yum_food/tooner" #include "tooner_lighting.cginc" ENDCG } - /* Pass { Tags { "RenderType"="Opaque" @@ -1099,7 +1098,6 @@ Shader "yum_food/tooner" #include "mochie_shadow_caster.cginc" ENDCG } - */ } CustomEditor "ToonerGUI" } -- cgit v1.2.3