added finner z modification

This commit is contained in:
asus
2024-01-09 16:29:26 +01:00
parent 3c0a459b64
commit dcdf16d4e7
12 changed files with 15 additions and 3 deletions

View File

@@ -68,6 +68,11 @@ int is_color(char *color);
void size_map(t_fdf *fdf, char *raw, int height);
int **parse_map(t_fdf *fdf, int fd);
// steps size for the hight transform with p and o
// must be > 0
// 100 is small, 1 is the biggest
# define Z_HIGHT 10
# define ESCAPE 65307
# define UP 65362
# define DOWN 65364