mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
server now sends jobs to client and client can send result image to server
This commit is contained in:
@ -6,12 +6,11 @@
|
||||
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/12/23 18:30:18 by ycontre #+# #+# */
|
||||
/* Updated: 2025/02/04 03:11:36 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/02/25 01:44:31 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef RT_SCENE__HPP
|
||||
# define RT_SCENE__HPP
|
||||
#pragma once
|
||||
|
||||
# include "RT.hpp"
|
||||
|
||||
@ -78,15 +77,6 @@ struct GPUDebug
|
||||
int box_treshold;
|
||||
};
|
||||
|
||||
struct GPUDenoise
|
||||
{
|
||||
int enabled;
|
||||
int pass;
|
||||
float c_phi;
|
||||
float p_phi;
|
||||
float n_phi;
|
||||
};
|
||||
|
||||
struct GPUBvh
|
||||
{
|
||||
alignas(16) glm::vec3 min;
|
||||
@ -176,5 +166,3 @@ class Scene
|
||||
|
||||
Camera *_camera;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user