From 0e11ead55b859694befdf292acf487670ce28ed1 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 28 May 2025 15:02:43 +0200 Subject: [PATCH] Patch - Deth Shader integration for shadow map - V10.6.1 --- .../.idea/workspace.xml | 7 ++- enginecustom/enginecustom.vcxproj | 2 + .../src/inc/system/application_class.h | 7 ++- enginecustom/src/inc/system/shadow_map.h | 23 +++++++ .../src/src/system/application_class.cpp | 60 +++++++++++++++--- enginecustom/src/src/system/shadow_map.cpp | 62 +++++++++++++++++++ 6 files changed, 150 insertions(+), 11 deletions(-) create mode 100644 enginecustom/src/inc/system/shadow_map.h create mode 100644 enginecustom/src/src/system/shadow_map.cpp diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml index 9fe3c69..ca3aab7 100644 --- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml +++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml @@ -5,8 +5,11 @@ + + - + +