Skip to content

← ArchivePaper2014

Skinning: Real-time Shape Deformation

Alec Jacobson, Zhigang Deng, Ladislav Kavan, J P Lewis

SIGGRAPHWeta FX56 citesSkinning

Comprehensive SIGGRAPH course covering LBS, DQS, pose-space deformation, and example-based skinning methods for real-time character deformation.

How to read this

Category
SIGGRAPH course notes (skinning survey)
Contributions
  • Surveys direct skinning methods, including linear blend skinning, dual quaternion skinning, multi-weight enveloping, and Animation Space, with a unified linear algebra formulation so their tradeoffs can be compared directly.
  • Explains the candy-wrapper artifact of linear blend skinning as a consequence of blending rotations in a non-flat space, SO(3), and shows dual quaternion skinning as the direct fix.
  • Formally characterizes Animation Space as the most general linear skinning model that stays invariant to world-space rotation and translation, connecting it to example-based skinning.
  • Covers pose-space deformation and example-based skinning as the alternative to hand-authored weights, tying weight design, the subject of Jacobson's own bounded biharmonic weights paper, into the larger picture.
Context
This course was written by four of the field's core practitioners, Kavan, Jacobson, Deng and Lewis, as the reference text for real-time skinning as it stood in 2014, syncing together three decades of scattered results starting from Lewis et al.'s 2000 formalization of linear blend skinning through Jacobson's own 2011 bounded biharmonic weights and the pose-space and example-based deformation lines of work. It functions as the field's textbook chapter rather than a single contribution, most character riggers today learn linear blend skinning and dual quaternion skinning from a course like this one rather than from the original scattered papers.Builds on: Bounded Biharmonic Weights for Real-Time Deformation
Correctness
As lecture notes rather than a paper with new experiments, the content is a rigorously cited synthesis of established, independently validated results, the candy-wrapper artifact and its dual quaternion fix in particular are extremely well replicated across the industry. The main limitation is that it is a 2014 snapshot, it predates the wave of neural and data-driven skinning work of the last decade, so it should be read as the classical foundation rather than the current state of the art.
Clarity
Written as teaching material, it is the most approachable document in this list for a working rigger, with worked formulas, clear figures such as the candy-wrapper artifact diagram, and explicit callouts to which method is used in which commercial package. It assumes only basic linear algebra, no prior graphics research background is needed.
How to read it
First pass, read the abstract and skim the section headers to map out which skinning method you already use day to day, most riggers will recognize linear blend skinning immediately. Second pass, read the candy-wrapper artifact explanation and the dual quaternion skinning fix closely, since that pairing is the single most useful practical takeaway for anyone debugging elbow or wrist deformation. Third pass, work through the Animation Space and multi-weight enveloping sections if you need to understand or implement example-based or learned skinning weights, and treat the reference list as a syllabus for the papers this course is summarizing.

Builds on

Built upon by

Nothing yet.

Related work

Keywords

This page summarises the entry and links to its original source. The archive never hosts or redistributes the publication itself.Show it in the full archive list →