LightingSettings.Lightmapper
Backends available for baking lighting.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum LightingSettings.Lightmapper
Fields
Value | Description |
|---|---|
| ProgressiveCPU | Backend for baking lighting using the CPU. Uses a progressive path tracing algorithm. |
| ProgressiveGPU | Backend for baking lighting using the GPU. Uses a progressive path tracing algorithm. |