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.