move ffmpeg into its own class, Renderer can now create jobs when in clusterizer mode

This commit is contained in:
2025-02-24 00:52:10 +01:00
parent 31358ff2c9
commit fcc6f8266b
13 changed files with 268 additions and 133 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/27 14:52:10 by TheRed #+# #+# */
/* Updated: 2025/02/21 14:53:36 by tomoron ### ########.fr */
/* Updated: 2025/02/23 23:39:46 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -77,6 +77,7 @@ struct Vertex {
# include "ObjParser.hpp"
# include "BVH.hpp"
# include "Clusterizer.hpp"
# include "Ffmpeg.hpp"