lodParameters
Parameters used for LOD culling.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public LODParameters lodParameters
Remarks
LOD culling is enabled by using RayTracingInstanceCullingFlags.EnableLODCulling flag in RayTracingInstanceCullingConfig.flags. If the flag is not used then all the Renderers in the LODGroup will be processes and eventually added to the acceleration structure.
Additional Resources: RayTracingAccelerationStructure.CullInstances, QualitySettings.lodBias.