mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 19:38:13 -05:00
Code cleanups
This commit is contained in:
@@ -10,6 +10,9 @@ namespace VRM
|
||||
{
|
||||
var dst = new Mesh();
|
||||
dst.name = src.name + "(copy)";
|
||||
#if UNITY_2017_3_OR_NEWER
|
||||
dst.indexFormat = src.indexFormat;
|
||||
#endif
|
||||
|
||||
dst.vertices = src.vertices;
|
||||
dst.normals = src.normals;
|
||||
|
||||
Reference in New Issue
Block a user