sphereRadius
The radius of the sphere used for culling ray tracing instances associated with the Renderers in a Scene.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public float sphereRadius
Remarks
To enable sphere culling, use RayTracingInstanceCullingFlags.EnableSphereCulling flag in RayTracingInstanceCullingConfig.flags.
Additional Resources: RayTracingAccelerationStructure.