You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Is it possible to procedurally control an animated mesh scene node's skeleton/pose? I'm working on some stuff that will involve procedural animation, blending, and ultimately ragdoll. The complication is that I can't seem to find any references to accessing the bones/skeleton/pose of the animated mesh.
Do I need to create my own scene node/mesh implementation?