sebastianstarke / AI4Animation

Bringing Characters to Life with Computer Brains in Unity
7.85k stars 1.06k forks source link

Character Prefab skeleton in German #10

Closed gustavoeb closed 6 years ago

gustavoeb commented 6 years ago

Hey, minor issue. The skeleton for the wolf character is in German (not in the demoscene, but in the project's assets). And some joint names seem to be hardcoded in English, like "Hip" in Frame.cs.

sebastianstarke commented 6 years ago

Yeah that's true - I did not create the wolf character myself so I have no "control" over this. I just re-rigged the model based on our mocap skeleton - that's all :) The "Hip" in Frame.cs should simply denote the root joint - you could also exchange this by "Bones[0]" probably. However, there might be several heuristics how to calculate the forward direction of the motion, which also affects the quality in learning the motion.

floodsung commented 3 years ago

@sebastianstarke hi, how to re-rig the model ? I tried but failed. Could you share your approach? thank you