From 824f96fd23c0bf9fa8e3fc573de61d493a4508de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Guly=C3=A1s?= Date: Mon, 15 Aug 2022 11:42:38 +0200 Subject: [PATCH] Merge branch 'master' into gltf2 - some more changes --- Source/RunActivity/RunActivity.csproj | 141 ------------------------- Source/RunActivity/Viewer3D/Shaders.cs | 1 - 2 files changed, 142 deletions(-) diff --git a/Source/RunActivity/RunActivity.csproj b/Source/RunActivity/RunActivity.csproj index 243bf34bff..9bb8556811 100644 --- a/Source/RunActivity/RunActivity.csproj +++ b/Source/RunActivity/RunActivity.csproj @@ -23,9 +23,6 @@ ..\Launcher\app.manifest - - ..\packages\EmbedIO.3.4.3\lib\netstandard2.0\EmbedIO.dll - ..\3rdPartyLibs\glTFLoader\glTFLoader.dll @@ -47,144 +44,6 @@ False ..\3rdPartyLibs\Newtonsoft.Json.dll - - ..\packages\RailDriver.0.7.10\lib\netstandard2.0\RailDriver.dll - - - ..\packages\Unosquare.Swan.Lite.3.0.0\lib\net461\Swan.Lite.dll - - - - - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - - - - - - - - - - - - - - - - - - Form - - - DebugViewerForm.cs - - - Form - - - MessageViewer.cs - - - Form - - - SoundDebugForm.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Source/RunActivity/Viewer3D/Shaders.cs b/Source/RunActivity/Viewer3D/Shaders.cs index e48c1bbfec..10e0d6a4b9 100644 --- a/Source/RunActivity/Viewer3D/Shaders.cs +++ b/Source/RunActivity/Viewer3D/Shaders.cs @@ -255,7 +255,6 @@ public void SetLightVector_ZFar(Vector3 sunDirection, float zFarDistance) zFar.SetValue(zFarDistance); } - if (fadeDuration < 0) lighting = 1 + lighting; public float SignalLightIntensity { set { signalLightIntensity.SetValue(value); } } public float Overcast { set { overcast.SetValue(new Vector2(value, value / 2)); } }