Catmull-Clark subdivision surface
From Wikipedia, the free encyclopedia
The Catmull-Clark algorithm is used in subdivision surface modeling to create smooth surfaces. It was devised by Edwin Catmull (of Pixar) and Jim Clark, and won an Academy Award for Technical Achievement in 2006.
[edit] Procedure
Start with a mesh of an arbitrary polyhedron. All the vertices in the mesh shall be called original points.
- For each face, add a face point
- Set each face point to be the centroid of all original points for the respective face.
- For each face point, add an edge for every edge of the face, connecting the face point to each edge point for the face.
- For each edge, add an edge point.
- Set each edge point to be the average of all neighbouring face points and original points.
- For each original point P, take the average F of all n face points for faces touching P, and take the average R of all n edge midpoints for edges touching P, where each edge midpoint is the average of its two endpoint vertices. Move each original point to the point
The new mesh will consist only of quadrilaterals, which won't in general be flat. The new mesh will generally look smoother than the old mesh.
Repeated subdivision results in smoother meshes. It can be shown that the limit surface obtained by this refinement process is at least at extraordinary vertices and everywhere else (when n indicates how many derivatives are continuous, we speak of continuity).
[edit] Software using Catmull-Clark subdivision surfaces
- 3ds max
- AC3D
- Blender
- Carrara
- Cheetah3D
- Cinema4D
- DAZ Studio, 2.0
- Gelato
- Hexagon
- K-3D
- LightWave 3D, version 9
- Maya
- modo
- Silo
- SketchUp -Requires a Plugin.
- Softimage XSI
- Strata 3D CX
- Wings 3D
- Zbrush
[edit] External links
- E. Catmull and J. Clark: Recursively generated B-spline surfaces on arbitrary topological surfaces, Computer-Aided Design 10(6):350-355 (November 1978), (doi, pdf).
- Catmull-Clark Subdivision Surfaces
- Jos Stam: Exact Evaluation of Catmull-Clark Subdivision Surfaces at Arbitrary Parameter Values, Computer Graphics Proceedings ACM SIGGRAPH 1998, 395-404, (pdf, downloadable eigenstructures)