probesIgnoreIndirectEnvironment
If enabled ignores the indirect contribution from the environment lighting in baked probes.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Experimental
- Assembly: UnityEditor.CoreModule
public static bool probesIgnoreIndirectEnvironment { get; set; }
Remarks
This feature is useful in combination with custom shaders where the sky contribution is added directly in the shader. This way various per pixel sky occlusion techniques can be integrated. NOTE: Works only with the GPU Lightmapper.