「✨」 feat(Raycasting): Now working 🎉
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/04 14:06:39 by adjoly #+# #+# */
|
||||
/* Updated: 2024/11/02 14:15:03 by adjoly ### ########.fr */
|
||||
/* Updated: 2024/11/02 15:55:02 by adjoly ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef SETTINGS_H
|
||||
#ifndef SETTINGS_H
|
||||
# define SETTINGS_H
|
||||
|
||||
// Key code
|
||||
@ -24,8 +24,8 @@
|
||||
|
||||
# define WINDOW_W 1600
|
||||
# define WINDOW_H 900
|
||||
# define PLAYER_ROT_SPEED (2 * M_PI) / 128
|
||||
# define PLAYER_SPEED 0.5
|
||||
# define PLAYER_ROT_SPEED 0.034906585039887
|
||||
# define PLAYER_SPEED 1.5
|
||||
# define FOV 70
|
||||
|
||||
# define CHUNK_SIZE 64
|
||||
|
Reference in New Issue
Block a user