Version: 2022.3
Experimental: this API is experimental and might be changed or removed in the future.

RayTracingInstanceCullingConfig.lodParameters

切换到手册
public Rendering.LODParameters lodParameters ;

描述

Parameters used for LOD culling.

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.

See Also: RayTracingAccelerationStructure.CullInstances, QualitySettings.lodBias.