mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-23 19:36:18 -05:00
Merge pull request #802 from hiroj/add_uploadMeshData
add uploadMeshData
This commit is contained in:
commit
9482ef1b48
|
|
@ -638,6 +638,8 @@ namespace UniGLTF
|
|||
mesh.RecalculateNormals();
|
||||
}
|
||||
|
||||
mesh.UploadMeshData(false);
|
||||
|
||||
return (mesh, recalculateTangents);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user