summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/VRM
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/ThirdParty/VRM')
-rw-r--r--Assets/ThirdParty/VRM/VRMShaders/MToon/MToon/Resources/Shaders/MToonCore.cginc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assets/ThirdParty/VRM/VRMShaders/MToon/MToon/Resources/Shaders/MToonCore.cginc b/Assets/ThirdParty/VRM/VRMShaders/MToon/MToon/Resources/Shaders/MToonCore.cginc
index c628eed3..e1c70d48 100644
--- a/Assets/ThirdParty/VRM/VRMShaders/MToon/MToon/Resources/Shaders/MToonCore.cginc
+++ b/Assets/ThirdParty/VRM/VRMShaders/MToon/MToon/Resources/Shaders/MToonCore.cginc
@@ -237,7 +237,7 @@ float4 frag_forward(v2f i) : SV_TARGET
half3 worldViewRight = normalize(cross(worldView, worldViewUp));
half2 matcapUv = half2(dot(worldViewRight, worldNormal), dot(worldViewUp, worldNormal)) * 0.5 + 0.5;
half3 matcapLighting = tex2D(_SphereAdd, matcapUv);
- col += lerp(matcapLighting, half3(0, 0, 0), i.isOutline);
+ //col += lerp(matcapLighting, half3(0, 0, 0), i.isOutline);
#endif
// Emission