Merge branch 'work_v037'

This commit is contained in:
ousttrue 2018-05-30 20:40:13 +09:00
commit 1337c3d155

View File

@ -30,6 +30,13 @@ namespace VRM
exporter.WriteTo(path);
}
}
// update buffer size
foreach (var b in gltf.buffers)
{
b.UpdateByteLength();
}
return gltf;
}