Help with Bones and skeletons

Hi there,
can someone put some light how to make bones and skeleton animation at runtime;
i found something about bones and skeletons but i didnt found anything how to attach bone to node (or spatial) at runtime;

mybe example of 2 boxes and bone connecting them ;

1 Like

The short answer is: you associate bones with a node using a Skeleton and a SkeletonControl. And usually you need an AnimControl as well, to associate animations with the node.