Bump Map vs Displacement Map
Bump Map vs Displacement Map
Bump maps, normal maps, and displacement maps all add surface detail to 3D models, but they work in fundamentally different ways. Understanding the difference is crucial for choosing the right technique for your shot. Using a bump map when you need displacement will give you flat silhouettes. Using displacement when a bump map would suffice will waste rendering time.
A bump map is a grayscale image where white represents raised areas and black represents recessed areas. The renderer uses the bump map to perturb the surface normals during lighting calculations, making the surface look bumpy. Bump maps are very fast to render because they do not change the geometry at all. The silhouette of the object remains perfectly smooth. Bump maps are best for fine surface detail like scratches, pores, and fabric weave.
A normal map is similar to a bump map but more sophisticated. Instead of a single grayscale value, it uses three color channels to store the exact direction of the surface normal at each point. This gives more accurate lighting than a bump map, especially for surfaces viewed at an angle. Normal maps are the standard for game development and are widely used in VFX for adding medium detail to low polygon models.
A displacement map actually moves the geometry. Each pixel of the displacement map pushes the surface outward or pulls it inward, creating real 3D detail. This means the silhouette of the object changes, and the detail is visible in shadows and reflections. Displacement is much more realistic than bump or normal mapping, but it is also much more expensive to render because it requires subdividing the geometry.
In practice, you use all three techniques together. Bump or normal maps handle the fine detail that does not need to change the silhouette. Displacement handles the medium and large scale shape changes that need to be visible in the silhouette. For example, a character's skin might use a normal map for pores and wrinkles and a displacement map for the overall shape of muscles and facial features.
Let's work together
Do you need more info, help with your project, or to develop an idea?
Whether it's an easy question, a quick doubt, or just a 5-minute chat, send me a message—it costs nothing and I'm always ready to help. I love discussing a problem to understand it, getting creative with solutions, and focusing on simple, reliable, and straightforward ideas that we can actuate quickly.
Contact me →