AngularFalloffType
Sets the method to use to compute the angular attenuation of spot lights.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Experimental.GlobalIllumination
- Assembly: UnityEngine.CoreModule
public enum AngularFalloffType : byte
Fields
Value | Description |
|---|---|
| AnalyticAndInnerAngle | No falloff inside inner angle then compute falloff using analytic formula. |
| LUT | Uses a lookup table to calculate falloff and does not support the inner angle. |