Skip to content
Snippets Groups Projects
Commit 3129741a authored by belkhiritaha's avatar belkhiritaha
Browse files

fin du merge de la branche render sur le main

parent 635ea96c
Branches
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#define DR 0.0174533 #define DR 0.0174533
#define FOV_ANGLE 120 #define FOV_ANGLE 120
#define pi 3.14159265358979323846 #define pi 3.14159265358979323846
#define NB_RAYS (screenDimension.w/40) #define NB_RAYS (screenDimension.w)
#define ANGLE_INC ((DR * FOV_ANGLE) / NB_RAYS) #define ANGLE_INC ((DR * FOV_ANGLE) / NB_RAYS)
extern SDL_Window *window; extern SDL_Window *window;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment