From 256adb4ff3ad04d455dc75e29231be677b07bf88 Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Sun, 15 Dec 2024 17:05:26 +0100 Subject: [PATCH] help menu txt in fdf.h for reference --- inc/fdf.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/inc/fdf.h b/inc/fdf.h index 7d8f44e..a9debbe 100644 --- a/inc/fdf.h +++ b/inc/fdf.h @@ -118,3 +118,21 @@ mlx_image_t *draw_menu(t_fdf *fdf); int get_z_color(double z, int z_max); #endif + +// FdF by whaffman +// ============================ + +// [?] Help menu +// [a] / [d] Rotate around Z-axis +// [w] / [s] Rotate around X-axis +// [q] / [e] Rotate around Y-axis +// [z] / [x] Change Z-scale +// [=] / [-] Change Zoom +// [UP] / [DOWN] Change X-offset +// [LEFT] / [RIGHT] Change Y-offset +// [[] / []] Change animation speed +// [c] Change colormode +// [p] Change projection mode +// [ESC] Close window + +// ============================ \ No newline at end of file