Projecting 2D images onto 3D surfaces—wood, metal, skin on digital geometry. Foundational technique in VFX and animation.
On set or in VFX suites, the same thing happens every day: you have a 3D model — a facade, a car, a character — and it looks flat and plastic-gray. This changes as soon as you apply a photographed surface to it. That's texture mapping: you wrap a 2D image around 3D geometry, as if you were stretching gift wrap around a box. The difference: in the digital realm, you have to tell the renderer exactly which pixel of the photo belongs to which point on the model.
The technical side is then relatively dry — the 3D artist creates a UV map, a flat net of the surface, on which the texture lies like a pattern. Each vertex of the model gets coordinates (U and V, hence the name) that refer to the image. Poorly mapped UVs lead to horror: faces with twisted eyes, wood grain that runs around the wrong corner, visible seam lines. On set, when you're the VFX supervisor and the texture photographers are running around with Polaroids and color references — that's no accident. These photos will later be applied 1:1 to the digital geometries.
In practice, you work with multiple layers: the diffuse map (color and base tone), the normal map (for surface detail without geometry overhead), specular or roughness maps (how shiny or matte a surface is). So, a rusty steel beam doesn't just need one photo, but a whole stack of channels. If you're shooting a hero shot — say, an extreme close-up on a ceramic surface — a simple photo texture is no longer enough; you'll need displacement mapping or even geo details in the high-poly model.
The practical pitfall: light sensitivity. A texture photographed under studio lights will look different under naturalistic rendering. That's why good VFX teams load their textures in linear color space and take the light values separately. Tiling can also become a problem — if your texture repeats, the viewer notices it immediately. Large areas require more variation, more individual maps, or blending with other textures. It's less magic and more craft: selecting photos, laying out UVs, testing, iterating.