Repro: https://playground.babylonjs.com/#L28WZG#1
Explanation:
green cubes are my control case and they are 1 mesh. red cubes are my question. sphere acts as origin of both meshes.
After animation runs, both meshes then morph to shrinked morph targets. So the green cubes morph towards the sphere as the position data is halved correctly. After anim1 runs, the bottom red cube morphs toward the sphere as its position is also correctly halved. The top red cube is NOT morphing towards the sphere but instead away from the origin. I was expecting the top red cube’s vertex positions to be halved towards the sphere. What is the correct way to set morph targets for skinned meshes ?
