浏览代码

Update HDCamera.cs

/main
GitHub 7 年前
当前提交
9b67994c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Camera/HDCamera.cs

1
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Camera/HDCamera.cs


return m_AdditionalCameraData.backgroundColorHDR;
}
// The scene view has no additional data so this will correctly pick the editor preference backround color here.
return camera.backgroundColor.linear;
}
}

正在加载...
取消
保存