Releases: federicopellegatta/raytracing
Releases · federicopellegatta/raytracing
Version 1.0.0
- Add a new command line command,
render
, which parse an input file defining a scene and renders it demo
is now deprecated, and it will not be recognized as a valid command- See README.md for more detailed information on how to compile the sources and launch the rendering
- See CHANGELOG.md for more detailed information on what's new in this release
Version 0.2.0
- Add pathtracing algorithm
- Add antialiasing
- For more details see CHANGELOG.md
Version 0.1.0
First release of the code. The following functionalities are implemented:
- Reading of PFM file
- Tone Mapping
- Gamma correction
- Saving of files in PNG or JPEG format.