From 96b0d0e72d42c1fc5a2583cb3bcd4050790b0e78 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Thu, 1 May 2025 18:41:32 +0200 Subject: [PATCH] Patch Update - Skybox Shader wip - V9.3.2 --- .../inspectionProfiles/Project_Default.xml | 6 + .../.idea/workspace.xml | 46 +- enginecustom/enginecustom.vcxproj | 197 +------- enginecustom/enginecustom.vcxproj.filters | 14 + enginecustom/src/hlsl/skybox.ps | 61 +++ enginecustom/src/hlsl/skybox.vs | 67 +++ .../src/inc/shader/SkyboxShaderClass.h | 62 ++- .../src/inc/shader/shadermanagerclass.h | 28 +- .../src/src/shader/SkyboxShaderClass.cpp | 461 ++++++++++++++++++ .../src/src/shader/shadermanagerclass.cpp | 5 +- .../src/src/system/applicationclass.cpp | 26 +- enginecustom/src/src/system/textureclass.cpp | 2 +- 12 files changed, 739 insertions(+), 236 deletions(-) create mode 100644 .idea/.idea.KhaoticEngineReborn/.idea/inspectionProfiles/Project_Default.xml create mode 100644 enginecustom/src/hlsl/skybox.ps create mode 100644 enginecustom/src/hlsl/skybox.vs diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/inspectionProfiles/Project_Default.xml b/.idea/.idea.KhaoticEngineReborn/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..7636fe9 --- /dev/null +++ b/.idea/.idea.KhaoticEngineReborn/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml index 647da79..d92b15f 100644 --- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml +++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml @@ -5,13 +5,15 @@ - - + + + + - { + "keyToString": { + "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", + "C++ Project.enginecustom.executor": "Run", + "C/C++ Project.enginecustom.executor": "Run", + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "SHARE_PROJECT_CONFIGURATION_FILES": "true", + "git-widget-placeholder": "main", + "ignore.virus.scanning.warn.message": "true", + "node.js.detected.package.eslint": "true", + "node.js.detected.package.tslint": "true", + "node.js.selected.package.eslint": "(autodetect)", + "node.js.selected.package.tslint": "(autodetect)", + "nodejs_package_manager_path": "npm", + "settings.editor.selected.configurable": "preferences.pluginManager", + "vue.rearranger.settings.migration": "true" } -}]]> +} @@ -165,7 +167,9 @@ - + + +