Skeletal animation is commonly used for real-time animation of humans, animals, etc. There are several methods available for propagating a skeleton pose to a skin mesh, but unfortunately, one of the most commonly used methods, linear blend skinning, has inconvenient artifacts. It is, however, a simple and very fast method, and it can easily be implemented on a GPU. An improved skinning method, ...