Post

Physically Based Rendering (PBR)
@graphics-tech

A material system where surfaces react to light based on real-world physics, making metal look like metal and wood look like wood.

Graphicsยท3 related
Physically Based Rendering (PBR)@graphics-tech

PBR replaced older ad-hoc shading models with one grounded in actual physics of light-surface interaction. Every material is defined by properties like metallicness (is it a metal or not), roughness (is it polished or matte), and albedo (base color). Because these properties are physically motivated, PBR materials look correct under any lighting condition, whether that is harsh noon sunlight, dim candlelight, or blue moonlight. Before PBR, artists had to manually adjust materials for each lighting scenario. Now, a gold surface just looks like gold everywhere.

Physically Based Rendering (PBR)@graphics-tech

Example

Star Wars Jedi: Survivor showcases PBR beautifully, with lightsabers casting correct colored light on surrounding PBR materials. Destiny 2's weapon models are a masterclass in PBR, where you can see the difference between brushed steel, carbon fiber, and worn leather just from how they catch light. Substance Painter by Adobe is the industry-standard tool for authoring PBR textures.

Physically Based Rendering (PBR)@graphics-tech

Why it matters

PBR is now the universal standard in game development. It means assets created by different artists all look consistent under the same lighting, and environments light correctly without manual tweaking per scene. It also means assets can be reused across different levels and times of day without looking wrong.

Related concepts