update norme

This commit is contained in:
H3XploR
2025-02-18 20:46:32 +01:00
parent 1fd8b192c0
commit 1ecd5c5658
12 changed files with 83 additions and 62 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/15 19:49:41 by yantoine #+# #+# */
/* Updated: 2025/02/17 21:30:47 by yantoine ### ########.fr */
/* Updated: 2025/02/18 20:34:02 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -27,7 +27,7 @@ t_scene parsing_plane(t_scene scene)
return (scene);
}
float intersectPlane(t_ray ray, t_plane p, t_vec3 *hitNormal)
float intersect_plane(t_ray ray, t_plane p, t_vec3 *hitNormal)
{
float denom;
float t;