Feature Request:
VRM.mergeVRMs(vrms: VRM[]) -> VRM
A function that, -if all skeletons are exactly the same- will merge all VRMs into a single VRM object.
Merge all managers into a single Manager. No need to merge meshes.
For example if I have VRM A and VRM B, and same skeleton. I can use VRM.mergeVRMs([vrmA,vrmB]) to create vrmC
If VRM A and VRM B have expression Aa we should merge the binds of Aa together
Feature Request:
A function that, -if all skeletons are exactly the same- will merge all VRMs into a single VRM object.
Merge all managers into a single Manager. No need to merge meshes.
For example if I have VRM A and VRM B, and same skeleton. I can use
VRM.mergeVRMs([vrmA,vrmB])to create vrmCIf VRM A and VRM B have expression
Aawe should merge the binds ofAatogether