Open SarahCosmosys opened 4 years ago
I think FOV should be easily configurable for new users. Right now changing FOV requires modifying a line in main.c in the function handle_input. It would be a nice change to have it as a preprocessor definition in config.h.
main.c
handle_input
config.h
I think FOV should be easily configurable for new users. Right now changing FOV requires modifying a line in
main.c
in the functionhandle_input
. It would be a nice change to have it as a preprocessor definition inconfig.h
.