correction z negatifs pour colros

This commit is contained in:
hugogogo
2021-07-24 16:36:44 +02:00
parent 04ef5aab68
commit 331e1f3388
193 changed files with 23 additions and 6095 deletions

View File

@@ -17,6 +17,9 @@ typedef struct s_fdf
int **map;
int offset;
int margin;
int min_z;
int max_z;
int z_amplitude;
int altitude;
int win_size_x;
int win_size_y;
@@ -32,7 +35,6 @@ typedef struct s_fdf
double rad_y;
int mov_x;
int mov_y;
int max_z;
int zoom;
int img_bpp;
int img_sizel;