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
  1. Check functions should check all the inputs before running another function to save the contents.
  2. Need to check for memory that is not freed in the Check functions.
gysiang commented 1 month ago
  1. 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.