Subdivision Surface
Smooth mesh from a low-poly cage
Also known as: SubD · Subdivision modeling · Smoothing
Definition
Subdivision surface (SubD) is a modeling technique where a low-polygon "cage" mesh is mathematically smoothed by subdividing each face into four — repeatedly — to produce a high-resolution result. Each subdivision level quadruples polygon count: a 1000-tri cage becomes 16,000 tris at level 2, 256,000 at level 4. SubD is the foundation of hard-surface modeling because edge control comes from the cage, not from manually placed loops.
In production
Place "control loops" (extra edges near corners) to direct where the smoothed surface stays sharp vs rounds off — moving a control loop closer to a corner tightens the resulting fillet radius, while spacing it further away produces a softer, rounder bevel once subdivision is applied. Maya, Blender, and Modo all preview SubD smoothing in real time with Tab/3 keys (Blender's Ctrl+2 for a level-2 preview), letting an artist toggle between the low-poly cage and the smoothed result to check silhouette without committing to the final polycount. Catmull-Clark is the subdivision algorithm underlying all three DCCs' default SubD implementation, and it handles n-gons and poles gracefully at flat regions but produces visible pinching artifacts at poles with 5 or more connecting edges on curved, deforming surfaces — a common reason technical artists avoid high-valence poles on character faces specifically. Boolean operations frequently leave behind the dense, uneven topology that makes clean SubD control impossible, which is why Boolean output is almost always retopologized before a SubD workflow is applied to it.