mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-27 13:23:44 -05:00
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