Im thinking of animating the body movement and let the hair (which by the way is a mesh) movement, for example be generated by physics. I need to get my characters to another game engine, which doesnt support such things in realtime, so I was hoping to somehow “bake” that information and create bone poses for each frame from that.
Im thinking this might be possible by making Bullet affect some of the bones, is that possible and is there an example?
I don’t know much about what game engines can handle. But one popular way to get mesh animation from one program to the next is with the .mdd format. That essentially bakes it frame by frame on a vertex level. Can your game engine handle vertex animation?
I want the physics engine to influence a bone like it would a hair. and save the movement of the bones by the physics engine as an ordinary keyframe animation.