diff options
| author | yum <yum.food.vr@gmail.com> | 2024-12-17 16:57:27 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-12-17 16:57:27 -0800 |
| commit | bc1a80b614afa8bf6f7d601f0caa3eba33320201 (patch) | |
| tree | 22e7ddcc51f342e27976d2ca0929925a7dd28540 /tooner.shader | |
| parent | 07a94ee97d02aa31b428cbc1f67dc7f8ae58a403 (diff) | |
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.
Diffstat (limited to 'tooner.shader')
| -rw-r--r-- | tooner.shader | 2 |
1 files changed, 0 insertions, 2 deletions
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" } |
