From a4bcc3b7b09822eafe0d43d83e45ea68de306a3b Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 7 Jun 2022 16:47:07 +0900 Subject: [PATCH] comment --- Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs index 7acfa7435..58f8f7035 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshContext.cs @@ -658,7 +658,6 @@ namespace UniGLTF await awaitCaller.NextFrame(); } - // RecalculateTangents mesh.RecalculateTangents(); await awaitCaller.NextFrame();