update parsing ambient

This commit is contained in:
H3XploR
2025-02-14 20:53:18 +01:00
parent 1ecb24da74
commit 7cd536501d
7 changed files with 82 additions and 19 deletions
+17
View File
@@ -0,0 +1,17 @@
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsing_color.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/14 20:05:49 by yantoine #+# #+# */
/* Updated: 2025/02/14 20:25:45 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
#include "miniRT.h"
t_color parse_color(const char *token, t_scene scene)
{
}