help menu txt in fdf.h for reference

This commit is contained in:
Willem Haffmans 2024-12-15 17:05:26 +01:00
parent 12cb357b0b
commit 256adb4ff3

View File

@ -118,3 +118,21 @@ mlx_image_t *draw_menu(t_fdf *fdf);
int get_z_color(double z, int z_max); int get_z_color(double z, int z_max);
#endif #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
// ============================