possibility to choose angle of view
This commit is contained in:
@@ -35,6 +35,8 @@ typedef struct s_rcast
|
||||
t_vec screen_dist;
|
||||
t_vec screen_size;
|
||||
t_vec ray;
|
||||
int screen_def;
|
||||
int cell;
|
||||
int cell_x;
|
||||
int cell_y;
|
||||
int slope_x;
|
||||
@@ -84,6 +86,7 @@ typedef struct s_map
|
||||
char **content;
|
||||
int size_x;
|
||||
int size_y;
|
||||
int cell;
|
||||
} t_map;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user