浏览代码

clustersync rename, lower TAA sharpening to reduce blur effect on leafs

/feature-ME-dolly
etienne cella 5 年前
当前提交
b7acbd59
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 8
      Assets/ClusterDisplay/Scripts/ExitApp.cs
  2. 2
      Assets/Resources/VirtualCameraManager.prefab

8
Assets/ClusterDisplay/Scripts/ExitApp.cs


{
void Update()
{
if (ClusterSynch.Active)
if (ClusterSync.Active)
if (Input.GetKey(KeyCode.LeftControl) && Input.GetKeyDown(KeyCode.Q))
ClusterSynch.Instance.ShutdownAllClusterNodes();
if (Input.GetKey(KeyCode.Q))
ClusterSync.Instance.ShutdownAllClusterNodes();
if (ClusterSynch.Terminated)
if (ClusterSync.Terminated)
Application.Quit(0);
}
}

2
Assets/Resources/VirtualCameraManager.prefab


SMAAQuality: 2
dithering: 1
stopNaNs: 0
taaSharpenStrength: 0.6
taaSharpenStrength: 0.15
physicalParameters:
m_Iso: 200
m_ShutterSpeed: 0.005

正在加载...
取消
保存