Tomasz Strzalkowski

Digital sculpting explained

Digital sculpting

A diagram showing a dense high-resolution sculpted form on the left baked down to a low-polygon cage on the right, with an arrow marked BAKE between them. Self-drawn illustration.

Digital sculpting is a form of three dimensional modelling in which an artist shapes a virtual surface by pushing, pulling, smoothing, pinching and inflating it with brush tools, in a manner deliberately analogous to working clay, rather than by placing and editing individual vertices, edges and faces. The model is treated as a malleable volume with a very high density of surface points, and the brush affects whatever lies within its radius. This shifts the act of modelling away from technical construction and towards direct form making.

How digital sculpting differs from polygon modelling

Conventional polygon or box modelling begins with a primitive such as a cube or cylinder and proceeds by extruding faces, inserting edge loops, bevelling and welding vertices. Every element of the mesh is explicitly authored, and the artist is responsible at all times for the arrangement of the geometry, known as its topology. The result is typically an economical mesh of a few thousand polygons whose edge flow is planned around how the surface will deform or catch light.

Sculpting inverts the priorities. The starting mesh may hold millions of polygons, far more than any artist would place by hand, and the brush strokes displace large groups of them at once. Because the density is high enough that no single polygon is individually meaningful, the artist can concentrate on silhouette, mass, proportion and surface detail. The trade off is that a sculpted mesh is usually unsuitable for direct use in an interactive application: it is heavy, its topology is arbitrary, and it does not deform predictably.

The two approaches are complementary rather than opposed. Many production pipelines block out primary forms with polygon tools, refine them by sculpting, and then return to polygon methods to build a clean final mesh.

Resolution, subdivision and dynamic topology

Subdivision levels

The classical sculpting workflow uses a stack of subdivision levels. A base mesh of a few thousand polygons is subdivided repeatedly, each step splitting every face into four and smoothing the result, so that a cage of 5,000 polygons can become several million at the top of the stack. The artist works at a low level to adjust broad proportions, since a stroke there moves large areas coherently, and at high levels to cut pores, wrinkles, scratches and pitting. Detail added at a high level is preserved when the artist steps back down and returns, because the software stores the displacement of each level relative to the one beneath it.

Dynamic tessellation and remeshing

Subdivision cannot add resolution where none exists in the base mesh, so pulling a horn out of a flat plane simply stretches the polygons thin. Dynamic tessellation solves this by adding and removing geometry on the fly as the brush moves, keeping polygon density roughly even regardless of how far the surface is deformed. Related tools generate an entirely new, uniform mesh over the existing form, a process generally called remeshing, and then project the old surface detail onto it. Together these techniques let a sculpt begin from a sphere or a rough mass and grow limbs, plates or spines without any planning of the underlying grid.

Why topology can be ignored while sculpting

During the sculpting stage, edge flow carries no meaning: nothing is being animated, no texture coordinates depend on it, and the mesh is dense enough that shading artefacts from irregular polygons are invisible. Ignoring topology is what makes the medium fast and exploratory. The obligation is deferred rather than removed, and it is settled in the next stage.

The high to low workflow

Most sculpted assets destined for production pass through a sequence usually described as high to low.

  1. Sculpt. A high resolution mesh is built until it carries all intended form and surface detail.
  2. Retopologise. A new low resolution mesh is constructed over the sculpt, either by hand or with semi automatic tools. Its polygon count suits the target platform, and its edge loops are arranged to follow anatomy, joints and creases so the surface deforms cleanly and reads well in silhouette.
  3. Unwrap. The low mesh is given texture coordinates, flattening its surface into two dimensional space with seams placed where they will be least visible.
  4. Bake. The difference between the two meshes is recorded into image maps. A normal map encodes the direction the high resolution surface faces at each point, so lighting calculations behave as though the fine detail were present. A displacement map or height map stores actual offsets and can physically move geometry when a renderer subdivides it. Ambient occlusion, curvature and thickness maps are commonly baked at the same time and used later to drive material generation.

The outcome is a light mesh that looks, under lighting, close to the multimillion polygon original. This division between geometry that defines shape and texture data that defines apparent detail is one of the organising principles of modern real time art production.

Alphas, stencils and surface noise

Not all detail is drawn stroke by stroke. Sculpting applications accept greyscale images, called alphas, that define the profile a brush stamps into the surface, allowing repeated forms such as scales, rivets, stitching, bark or skin pores to be applied consistently. Stencils project a similar image across a region of the model so the artist can carve through it like a mask. Procedural surface noise adds fine irregularity across a whole object or a masked part of it, breaking up the smoothness that sculpting tools otherwise tend to produce. Masking, polygroups and layers control where such effects land and allow them to be dialled back or removed independently of the underlying form.

Hard surface and organic sculpting

Organic sculpting deals with forms that read as grown: figures, creatures, faces, plants, cloth and rock. It relies on soft brushes, anatomical understanding and continuous transitions between masses.

Hard surface sculpting deals with manufactured objects such as armour, weapons, machinery and architecture, where the surface is expected to hold flat planes, crisp bevels and mechanical repetition. It uses a different toolset: boolean operations that add or subtract volumes, trim and clip brushes that shear the surface along a drawn line, panel and thickness operations that turn a shell into a plated object, and masking based extraction of new parts. Many artists combine both modes, sculpting an organic body and inserting hard surface components, which is a common approach to biomechanical subject matter.

Reaching the engine, and the wider effect

Once retopologised and baked, an asset is textured using physically based rendering conventions, where separate maps describe base colour, metallic character, roughness and normals. Texturing packages generate much of this by reading the baked curvature and occlusion data to place wear along edges and grime in cavities. The low mesh, its skeleton and its map set are then imported into a real time engine such as Unreal Engine, where materials, lighting and level of detail meshes complete the pipeline. For film and cinematics the constraints relax: displacement can be rendered directly and polygon budgets are far higher, so the sculpt itself may be closer to the final render.

The spread of sculpting since the early 2000s changed what character and creature departments could attempt. Detail that once had to be painted into textures by hand became something modelled and then baked, likeness and anatomy improved because artists could iterate on form quickly, and concept art and production modelling moved closer together, since a sculpt can serve as both a design statement and the basis of a finished asset. Digital sculpting is also the practice underlying the personal dark fantasy work associated with Warsaw based game artist Tomasz Strzalkowski, whose biomechanical structures, skeletal figures and sculptural monuments sit within this tradition, and ZBrush, one of the established sculpting applications, appears among his listed tools alongside Maya, Substance 3D Painter and Unreal Engine.

Where to go next