Descripción

Deferred Lighting (Legacy).

This is a deferred lighting path (also known as "light pre-pass"), that renders Scene information into a very small G-Buffer twice, computing lighting in between.

It does not require a GPU with multiple render targets (MRT) support, but is a lot less flexible than RenderingPath.DeferredShading is.

Nota: Deferred rendering no es compatible con la proyección ortográfica de la cámara.