From fad39babcbfeb2fdcc933212225cbf9d93953dc6 Mon Sep 17 00:00:00 2001 From: Nick Blakely Date: Mon, 2 Nov 2020 01:36:29 -0800 Subject: [PATCH] Shader mostly working apart from specular --- Giants.Launcher/Giants.Launcher.csproj | 2 +- Shaders/fx/FFP.fx | 156 +++++++++++-------------- Shaders/fx/FixedFuncEMU.fx | 4 +- Shaders/fx/LandBump.fx | 50 ++++---- 4 files changed, 101 insertions(+), 111 deletions(-) diff --git a/Giants.Launcher/Giants.Launcher.csproj b/Giants.Launcher/Giants.Launcher.csproj index 1388f0d..05c1289 100644 --- a/Giants.Launcher/Giants.Launcher.csproj +++ b/Giants.Launcher/Giants.Launcher.csproj @@ -213,7 +213,7 @@ - xcopy /DY "$(TargetPath)" "$(GIANTS_PATH)\$(TargetFileName)*" + xcopy /DY "$(TargetPath)" "$(GIANTS_PATH)\$(TargetFileName)*"