From df9d7c97c0159d80824ae1ec169fc1932ea6bf85 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Fri, 5 Apr 2024 16:39:44 +0200 Subject: [PATCH] Patch update - Reflection shader FIX : Reflection shader class est correctement inclue dans la solution --- enginecustom/applicationclass.h | 2 ++ enginecustom/enginecustom.vcxproj | 4 ++++ enginecustom/enginecustom.vcxproj.filters | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/enginecustom/applicationclass.h b/enginecustom/applicationclass.h index d5d41cc..1b58a96 100644 --- a/enginecustom/applicationclass.h +++ b/enginecustom/applicationclass.h @@ -33,6 +33,7 @@ #include "rendertextureclass.h" #include "displayplaneclass.h" #include "translateshaderclass.h" +#include "reflectionshaderclass.h" ///////////// @@ -138,6 +139,7 @@ private : NormalMapShaderClass* m_NormalMapShader; SpecMapShaderClass* m_SpecMapShader; TranslateShaderClass* m_TranslateShader; + ReflectionShaderClass* m_ReflectionShader; BitmapClass* m_Bitmap; SpriteClass* m_Sprite; diff --git a/enginecustom/enginecustom.vcxproj b/enginecustom/enginecustom.vcxproj index 1d28d14..7422ddf 100644 --- a/enginecustom/enginecustom.vcxproj +++ b/enginecustom/enginecustom.vcxproj @@ -49,6 +49,7 @@ + @@ -90,6 +91,7 @@ + @@ -114,6 +116,8 @@ + + diff --git a/enginecustom/enginecustom.vcxproj.filters b/enginecustom/enginecustom.vcxproj.filters index cec0456..07bef64 100644 --- a/enginecustom/enginecustom.vcxproj.filters +++ b/enginecustom/enginecustom.vcxproj.filters @@ -153,6 +153,9 @@ Fichiers sources + + Fichiers sources + @@ -275,6 +278,9 @@ Fichiers d%27en-tĂȘte + + Fichiers d%27en-tĂȘte + @@ -370,6 +376,8 @@ shader + +