Skinning cubic Bézier splines and Catmull-Clark subdivision surfaces
Songrun Liu, Alec Jacobson, Yotam Gingold
In ACM Transactions on Graphics, 33(6), November 2014.
Abstract: Smooth space deformation has become a vital tool for the animation and design of 2D and 3D shapes. Linear methods, under the umbrella term of "linear blend skinning", are the de facto standard for 3D animations. Unfortunately such approaches do not trivially extend to deforming vector graphics, such as the cubic Bézier splines prevalent in 2D or subdivision surfaces in 3D. We propose a variational approach to reposition the control points of cubic Bézier splines and Catmull-Clark subdivision surfaces---or any linear subdivision curves or surfaces---to produce curves or surfaces which match a linear blend skinning deformation as closely as possible. Exploiting the linearity of linear blend skinning, we show how this optimization collapses neatly into the repeated multiplication of a matrix per handle. We support C0, C1, G1, and fixed-angle continuity constraints between adjacent Bézier curves in a spline. Complexity scales linearly with respect to the number of input curves and run-time performance is fast enough for real-time editing and animation of high-resolution shapes.
Article URL: http://dx.doi.org/10.1145/2661229.2661270
BibTeX format:
@article{Liu:2014:SCB,
  author = {Songrun Liu and Alec Jacobson and Yotam Gingold},
  title = {Skinning cubic Bézier splines and Catmull-Clark subdivision surfaces},
  journal = {ACM Transactions on Graphics},
  volume = {33},
  number = {6},
  pages = {190:1--190:9},
  month = nov,
  year = {2014},
}
Search for more articles by Songrun Liu.
Search for more articles by Alec Jacobson.
Search for more articles by Yotam Gingold.

Return to the search page.


graphbib: Powered by "bibsql" and "SQLite3."