ElisaLegnani / PhotorealisticRendering

A simple raytracer for generating photorealistic images written in C++
https://elisalegnani.github.io/PhotorealisticRendering/
GNU General Public License v3.0
3 stars 0 forks source link

Code not well organized #3

Closed ElisaLegnani closed 3 years ago

ElisaLegnani commented 3 years ago

There is the need to have a function.h file with commonly used functions, like are_close() that now is in colors.h.