mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
Merge pull request #804 from hiroj/fix_uploadMeshData
fix uploadMeshData
This commit is contained in:
@@ -638,8 +638,6 @@ namespace UniGLTF
|
||||
mesh.RecalculateNormals();
|
||||
}
|
||||
|
||||
mesh.UploadMeshData(false);
|
||||
|
||||
return (mesh, recalculateTangents);
|
||||
}
|
||||
|
||||
@@ -700,6 +698,8 @@ namespace UniGLTF
|
||||
}
|
||||
}
|
||||
|
||||
mesh.UploadMeshData(false);
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user