help menu txt in fdf.h for reference
This commit is contained in:
parent
12cb357b0b
commit
256adb4ff3
18
inc/fdf.h
18
inc/fdf.h
@ -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
|
||||||
|
|
||||||
|
// ============================
|
||||||
Loading…
Reference in New Issue
Block a user