From 34400932847d03a80f19dca655ac45c8bf09f9da Mon Sep 17 00:00:00 2001 From: Elias Stepanik Date: Sun, 8 Jun 2025 06:50:47 +0200 Subject: [PATCH] Added Greedy Mesher + tracy profile --- .idea/runConfigurations/Run_horror_game.xml | 4 +- client/Cargo.toml | 3 +- .../plugins/environment/environment_plugin.rs | 7 +- .../environment/systems/voxels/culling.rs | 37 ++-- .../environment/systems/voxels/helper.rs | 59 ++++++ .../environment/systems/voxels/meshing.rs | 181 +++++++++++++++++- .../systems/voxels/render_chunks.rs | 84 ++++---- .../environment/systems/voxels/structure.rs | 1 + 8 files changed, 317 insertions(+), 59 deletions(-) diff --git a/.idea/runConfigurations/Run_horror_game.xml b/.idea/runConfigurations/Run_horror_game.xml index dea1c47..2cf0f3e 100644 --- a/.idea/runConfigurations/Run_horror_game.xml +++ b/.idea/runConfigurations/Run_horror_game.xml @@ -1,7 +1,7 @@ -