Skip to content

Releases: federicopellegatta/raytracing

Version 1.0.0

30 Jun 12:44
2499a68
Compare
Choose a tag to compare
  • 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

09 Jun 10:48
Compare
Choose a tag to compare
  • Add pathtracing algorithm
  • Add antialiasing
  • For more details see CHANGELOG.md

Version 0.1.0

14 Apr 08:35
Compare
Choose a tag to compare

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.