rays verticals and horizontals are working
This commit is contained in:
@@ -32,11 +32,11 @@ typedef struct s_vec
|
||||
|
||||
typedef struct s_rcast
|
||||
{
|
||||
int tmp;
|
||||
t_vec screen_dist;
|
||||
t_vec screen_size;
|
||||
t_vec ray;
|
||||
t_vec wall;
|
||||
int tmp;
|
||||
int wall_height;
|
||||
int screen_width;
|
||||
int screen_height;
|
||||
|
||||
Reference in New Issue
Block a user