From 9560187ea201f464f07718389e739ff960648fec Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 14 Oct 2021 16:49:10 +0900 Subject: [PATCH] clear Tangent --- Assets/VRM10/Runtime/Migration/MeshUpdater.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/VRM10/Runtime/Migration/MeshUpdater.cs b/Assets/VRM10/Runtime/Migration/MeshUpdater.cs index d0d808554..5fdf3fe61 100644 --- a/Assets/VRM10/Runtime/Migration/MeshUpdater.cs +++ b/Assets/VRM10/Runtime/Migration/MeshUpdater.cs @@ -110,6 +110,7 @@ namespace UniVRM10 { gltfMorph.POSITION = morph.Position.GetValueOrDefault(-1); gltfMorph.NORMAL = morph.Normal.GetValueOrDefault(-1); + gltfMorph.TANGENT = -1; } } }