I have a project where I would need to apply skeletons acquired from motion capture on a 3d model.
Setting the root joint position and copying all the rotations work kind of ok, but this does not work when the original skeleton of the model and the motion captured person have different sizes. There are errors like the 3d model flying above the floor, legs are skating, etc.
To solve these issues one needs to use motion retargeting as far as I know, changing the orientations based on bone size difference, or using inverse kinematics, etc. Because this seems to be a very broad topic, maybe it is better to ask here before I dive into this if anyone has experience with this.
I would be grateful for any pointers. Thanks.
-Gabor