renderer works in headless mode now

This commit is contained in:
2025-02-06 16:33:19 +01:00
parent 7778127a8b
commit 106db8e29e
7 changed files with 126 additions and 58 deletions

View File

@ -6,7 +6,7 @@
/* By: ycontre <ycontre@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/27 14:51:49 by TheRed #+# #+# */
/* Updated: 2025/02/06 16:32:04 by tomoron ### ########.fr */
/* Updated: 2025/02/06 16:32:59 by tomoron ### ########.fr */
/* */
/* ************************************************************************** */
@ -15,7 +15,6 @@
int main(int argc, char **argv)
{
Arguments args(argc, argv);
args.show();
if(args.error())
return(1);
Scene scene(args.getSceneName());