oui
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/02/13 20:02:36 by yantoine #+# #+# */
|
||||
/* Updated: 2025/02/24 17:02:24 by yantoine ### ########.fr */
|
||||
/* Updated: 2025/02/25 00:29:04 by yantoine ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -238,7 +238,7 @@ char **get_tokens_secure(t_scene scene, const int numObject,
|
||||
int check_tokens(char **tokens, int expected);
|
||||
int isdigit_token(char **tokens);
|
||||
int have_extension(const char *line);
|
||||
void check_if_max(t_scene scene, const int to_test, const int max);
|
||||
int check_if_max(t_scene scene, const int to_test, const int max);
|
||||
|
||||
// Intersection
|
||||
float intersect_cylinder(t_ray ray, t_cylinder cy, t_vec3 *hitNormal);
|
||||
|
||||
Reference in New Issue
Block a user