1
0

🏗️」 wip(ft_passagepietion): passage pieton working 👍

This commit is contained in:
Maelys
2024-11-01 16:34:54 +01:00
parent 90c84c7b37
commit 0d54c93764
7 changed files with 29 additions and 24 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/04 14:06:39 by adjoly #+# #+# */
/* Updated: 2024/10/29 14:55:59 by adjoly ### ########.fr */
/* Updated: 2024/11/01 15:53:20 by madumerg ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,7 +27,7 @@
# define WINDOW_W 1600
# define PLAYER_ROT_SPEED (2 * M_PI) / 128
# define PLAYER_SPEED 0.01
# define RAY_SIZE 1
# define RAY_SIZE 50
# define FOV ( 60 * (M_PI / 180) )
# define CHUNK_SIZE 64