浏览代码

update infinite projection usage v1

/main
RSlysz 6 年前
当前提交
3727e399
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDAdditionalReflectionData.cs

2
com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDAdditionalReflectionData.cs


{
get
{
return base.infiniteProjection || (proxyVolume != null && reflectionProbe.boxProjection);
return base.infiniteProjection || (proxyVolume == null && reflectionProbe.boxProjection);
}
}
}
正在加载...
取消
保存