From 8bcd3eed48a91a4b0abe4571183b71c04049e35e Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Tue, 6 May 2025 18:09:28 +0200 Subject: [PATCH] Patch Update - Fix Memory Leak From terrain genneration and use Instancing to generate big terrain - V10.1.3 --- .../.idea/workspace.xml | 23 ++--- enginecustom/DemoScene_V10.1.2.ker | 0 enginecustom/assets/Texture/imgui.ini | 58 +++++------ enginecustom/src/inc/system/object.h | 3 +- .../src/src/system/applicationclass.cpp | 96 ++++++++++++------- enginecustom/src/src/system/object.cpp | 7 +- 6 files changed, 105 insertions(+), 82 deletions(-) create mode 100644 enginecustom/DemoScene_V10.1.2.ker diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml index 1500ca0..69c6670 100644 --- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml +++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml @@ -4,7 +4,13 @@