浏览代码

Fixed error after merge.

/vr_sandbox
Felipe Lira 7 年前
当前提交
f39c298e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      Assets/LowEndRenderLoop/LowEndRenderPipeline.cs

1
Assets/LowEndRenderLoop/LowEndRenderPipeline.cs


m_ShadowSettings.shadowAtlasWidth = m_Asset.ShadowAtlasResolution;
m_ShadowSettings.shadowAtlasHeight = m_Asset.ShadowAtlasResolution;
m_ShadowSettings.maxShadowDistance = QualitySettings.shadowDistance;
m_ShadowSettings.maxShadowLightsSupported = 1;
switch (m_ShadowSettings.directionalLightCascadeCount)
{

正在加载...
取消
保存