EnablePlaneCulling
Causes RayTracingAccelerationStructure.CullInstances to perform plane culling.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
EnablePlaneCulling = 2
Remarks
The Plane list is defined by RayTracingInstanceCullingConfig.planes.
A Renderer in the Scene is accepted to the acceleration structure if its AABB lies completely or partially on the positive side off all the Planes in the list.