mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 21:14:19 -05:00
Merge branch 'work_v037'
This commit is contained in:
commit
1337c3d155
|
|
@ -30,6 +30,13 @@ namespace VRM
|
|||
exporter.WriteTo(path);
|
||||
}
|
||||
}
|
||||
|
||||
// update buffer size
|
||||
foreach (var b in gltf.buffers)
|
||||
{
|
||||
b.UpdateByteLength();
|
||||
}
|
||||
|
||||
return gltf;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user