start server part of clusterizer

This commit is contained in:
2025-02-20 22:43:39 +01:00
parent 5eee13a4e2
commit 960c4eb99c
10 changed files with 237 additions and 61 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/22 16:34:53 by tomoron #+# #+# */
/* Updated: 2025/02/20 16:06:18 by tomoron ### ########.fr */
/* Updated: 2025/02/20 20:02:05 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -18,8 +18,8 @@ Renderer::Renderer(Scene *scene, Window *win, Arguments &args)
std::string *renderPath;
init(scene, win);
_headless = args.getHeadless();
renderPath = args.getRenderPath();
_headless = args.getBoolean("headless");
renderPath = args.getString("renderpath");
if(renderPath)
{