If you are new to 3D, PBR textures look like a pile of gray pictures with names you do not yet need. This page is the start: what PBR means, which maps matter, how to hook them up without breaking color space, and where to download free files you can use in a client job. You do not need Substance or a paid library to get a first realistic material.

What PBR textures actually are

PBR means physically based rendering. Instead of painting a “finished” photo onto a model, you store properties: color, roughness, whether the surface is metal, and fine bump. The renderer then lights those properties. Change the HDRI and the same wood still looks like wood. That is the point. Longer definitions: what are PBR textures and what is physically based rendering.

A “texture pack” is several images that share UVs. They are not five different materials. If you apply only the color image, you are back to a flat decal. If you apply all maps with the wrong color space, the floor goes muddy or plastic. Those two mistakes cause most beginner frustration.

The maps you need on day one

  • Albedo (base color) — Color with no baked shadows or highlights. Color space: sRGB.
  • Roughness — Smooth vs rough. White is matte, black is glossy (in the metal/rough convention). Non-color.
  • Normal — Fake small bumps. Non-color, plus a Normal Map node in Blender. Check OpenGL vs DirectX: normal map formats.
  • Metalness — 0 dielectric, 1 metal. Non-color. Skip it on painted walls; use it on steel and brass.

AO and height can wait. Glossiness is the inverse of roughness; invert if a pack is specular/gloss. Workflow split: metalness vs specular. Per-map detail: albedo, normal, and roughness.

Where to get free textures that are safe to use

Start with the Locker3d PBR library. Browse wood, concrete, metal, floor, and stone. The license is CC0-style: personal and commercial use, no mandatory credit. That matters more than “another 8K preview.” Other lists: best free PBR texture sites. License FAQ from the original site: textures licenses FAQ.

Pick one seamless floor and one wall. Do not download fifty packs before you have a cube on screen. Organization later: how to organize your texture library.

Hook them up (Blender first, then engines)

In Blender, Principled BSDF: albedo → Base Color, roughness → Roughness, metalness → Metallic, normal → Normal Map node → Normal. Image nodes: sRGB only on albedo. Step-by-step: apply PBR textures in Blender. Unreal and Unity use the same four slots on a standard lit / URP-HDRP material. Add an HDRI so you can see roughness: HDRI lighting setup.

If the result looks wrong, check the mistake list before you blame the download: common PBR mistakes. When you want a full first image, follow from zero to first render.

What “good enough” looks like

A beginner win is a plane with a tiled floor, a cube with painted plaster, one HDRI, and a camera. You should see grout in the normal, a soft highlight on the wood, and no checkerboard of wrong gamma. After that, learn tiling and scale so a 20 cm tile is not 2 meters wide: tile without seams. Keep reading the blog when you are ready for engines and archviz, not before you have that first plane.

Frequently asked questions

What are PBR textures for beginners?

Image sets (albedo, roughness, normal, metalness) that describe a surface under light. Connect each map to the matching material slot.

Where do I get free PBR textures?

Locker3d and similar CC0 libraries. Browse by category, download the maps, and use them in Blender, Unreal, or Unity.

Do I need all PBR maps to start?

Albedo, roughness, and normal are enough. Metalness for metals. AO and height can wait.