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

ScriptableRenderContext.DrawShadows

切换到手册
public void DrawShadows (ref Experimental.Rendering.DrawShadowsSettings settings);

参数

settings指定要绘制哪组阴影投射物以及绘制方式。

描述

绘制单个光源的阴影投射物。

请注意,对于针对同一光源调用多次并使用分裂球体的 DrawShadows,如果阴影投射物的阴影体被较早的分裂完全覆盖,则出于性能原因,该阴影投射物将在后续分裂中被弃用。因此,应使用索引最小的分裂,以防分裂重叠。

另请参阅:CullResultsDrawShadowsSettings