gysiang / miniRT

A humble ray tracer engine in C
0 stars 0 forks source link

Check all values in the .rt file. #1

Closed gysiang closed 1 month ago

gysiang commented 1 month ago
  1. Check all the required values in the .rt file.
  2. If all the values are there, return a success message
  3. If one of the values is wrong or not found, return a error message with the value that is not found.