Merge pull request #802 from hiroj/add_uploadMeshData

add uploadMeshData
This commit is contained in:
hiroj 2021-03-18 17:55:24 +09:00 committed by GitHub
commit 9482ef1b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -638,6 +638,8 @@ namespace UniGLTF
mesh.RecalculateNormals();
}
mesh.UploadMeshData(false);
return (mesh, recalculateTangents);
}