Design Nomenclature / Surface & Material

Emissive

Also called emission, emissive map, self-illumination, glow

Radiance a surface produces on its own, independent of anything illuminating it — a screen, an LED, hot metal. In most real-time pipelines it only writes color into the frame and lights nothing around it. Whether it acts as an actual light source is a property of the renderer, not the material.

A two-column comparison headed "Where the light comes from". Left, Emissive: radiance the surface produces itself — in most real-time pipelines it writes colour into the frame and illuminates nothing, so the glow is local to the pixel. Right, Albedo: reflectance, which produces no light at all and only says what fraction of arriving light comes back, so it goes black when the lights go out.

In practice

Routinely doubled up with a real light at the same position, because the map alone will not cast. Everyone does it; nobody calls it a workaround.

Not to be confused with

How this term connects

AlbedoArea lightBloomEnergy conservationFresnelOpacityEmissive
Related Confused with