wip debug ray length
This commit is contained in:
@@ -32,6 +32,7 @@ typedef struct s_vec
|
||||
|
||||
typedef struct s_rcast
|
||||
{
|
||||
int tmp;
|
||||
t_vec screen_dist;
|
||||
t_vec screen_size;
|
||||
t_vec ray;
|
||||
@@ -56,6 +57,7 @@ typedef struct s_rcast
|
||||
int ray_step_y;
|
||||
int is_x;
|
||||
int ray_nb;
|
||||
int ray_len;
|
||||
double ratio;
|
||||
} t_rcast;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user