From 3f33d44f86fc7fd6cf41c675d011821a757fb97e Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 22 Feb 2025 02:07:01 +0100 Subject: [PATCH] clusterizer : server and client can now communicate --- includes/RT.hpp | 2 +- includes/RT/Clusterizer.hpp | 2 +- srcs/RT.cpp | 2 +- srcs/class/Clusterizer/Clusterizer.cpp | 2 +- srcs/class/Clusterizer/client.cpp | 11 ++++++++++- srcs/class/Clusterizer/server.cpp | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/includes/RT.hpp b/includes/RT.hpp index cc7af33..9102635 100644 --- a/includes/RT.hpp +++ b/includes/RT.hpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/27 14:52:10 by TheRed #+# #+# */ -/* Updated: 2025/02/25 01:44:28 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:26:32 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/includes/RT/Clusterizer.hpp b/includes/RT/Clusterizer.hpp index 56029c8..b5ec894 100644 --- a/includes/RT/Clusterizer.hpp +++ b/includes/RT/Clusterizer.hpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 18:25:18 by tomoron #+# #+# */ -/* Updated: 2025/03/18 12:56:01 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:27:42 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/RT.cpp b/srcs/RT.cpp index fb106e5..d01963d 100644 --- a/srcs/RT.cpp +++ b/srcs/RT.cpp @@ -6,7 +6,7 @@ /* By: ycontre +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/27 14:51:49 by TheRed #+# #+# */ -/* Updated: 2025/03/18 16:23:30 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:32:42 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/Clusterizer.cpp b/srcs/class/Clusterizer/Clusterizer.cpp index a08700f..40bd145 100644 --- a/srcs/class/Clusterizer/Clusterizer.cpp +++ b/srcs/class/Clusterizer/Clusterizer.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 18:24:39 by tomoron #+# #+# */ -/* Updated: 2025/03/18 14:00:59 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:28:50 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/srcs/class/Clusterizer/client.cpp b/srcs/class/Clusterizer/client.cpp index 5e88ec0..e875a52 100644 --- a/srcs/class/Clusterizer/client.cpp +++ b/srcs/class/Clusterizer/client.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 13:44:57 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:35:33 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */ @@ -271,6 +271,15 @@ void Clusterizer::handleCurrentJob(Scene &scene, Window &win, std::vector &textures, ShaderProgram &denoisingProgram, std::vector &buffers) diff --git a/srcs/class/Clusterizer/server.cpp b/srcs/class/Clusterizer/server.cpp index fc660b1..59940a7 100644 --- a/srcs/class/Clusterizer/server.cpp +++ b/srcs/class/Clusterizer/server.cpp @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/20 21:08:38 by tomoron #+# #+# */ -/* Updated: 2025/03/18 14:03:32 by tomoron ### ########.fr */ +/* Updated: 2025/03/18 16:36:02 by tomoron ### ########.fr */ /* */ /* ************************************************************************** */