From 70a9b0498180722e3846d982c9c5c75bd655e1d4 Mon Sep 17 00:00:00 2001 From: Akihiro Komori Date: Wed, 13 Oct 2021 13:13:13 +0900 Subject: [PATCH] fix light bias --- MobileRobotUITutorialProject/.gitignore | 5 +++++ MobileRobotUITutorialProject/Assets/Scenes/Step1.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step2.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step3.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step4.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step5.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step6.unity | 4 ++-- MobileRobotUITutorialProject/Assets/Scenes/Step7.unity | 4 ++-- 8 files changed, 19 insertions(+), 14 deletions(-) diff --git a/MobileRobotUITutorialProject/.gitignore b/MobileRobotUITutorialProject/.gitignore index dd6d13e..50fbaa9 100644 --- a/MobileRobotUITutorialProject/.gitignore +++ b/MobileRobotUITutorialProject/.gitignore @@ -28,6 +28,11 @@ # Visual Studio cache directory .vs/ +# Visual Studio Code cache directory +.vscode/ + +.vsconfig + # Gradle cache directory .gradle/ diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step1.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step1.unity index 70fc3e2..63983c6 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step1.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step1.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -206,7 +206,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step2.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step2.unity index 5091cce..1ec6d18 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step2.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step2.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -206,7 +206,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step3.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step3.unity index a55ed0e..79bfe78 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step3.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step3.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -285,7 +285,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step4.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step4.unity index 8a76ca0..df0a8f0 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step4.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step4.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -285,7 +285,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step5.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step5.unity index 430e0d5..71e867f 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step5.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step5.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -285,7 +285,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step6.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step6.unity index 019f7ef..559552c 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step6.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step6.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -285,7 +285,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: diff --git a/MobileRobotUITutorialProject/Assets/Scenes/Step7.unity b/MobileRobotUITutorialProject/Assets/Scenes/Step7.unity index bcc5361..14e47a9 100644 --- a/MobileRobotUITutorialProject/Assets/Scenes/Step7.unity +++ b/MobileRobotUITutorialProject/Assets/Scenes/Step7.unity @@ -38,7 +38,7 @@ RenderSettings: m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657826, g: 0.49641263, b: 0.57481676, a: 1} + m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -285,7 +285,7 @@ Light: m_Resolution: -1 m_CustomResolution: -1 m_Strength: 1 - m_Bias: 0.05 + m_Bias: 0.01 m_NormalBias: 0.4 m_NearPlane: 0.2 m_CullingMatrixOverride: