issues
search
gysiang
/
miniRT
A humble ray tracer engine in C
0
stars
0
forks
source link
Seperate check and save functions from check functions.
#3
Closed
gysiang
closed
1 month ago
gysiang
commented
1 month ago
Check functions should check all the inputs before running another function to save the contents.
Need to check for memory that is not freed in the Check functions.
gysiang
commented
1 month ago
Need to come up with a new atoi function that handles floats properly.
gysiang
commented
1 month ago
Will work on the save functions next.