Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.33 KB

File metadata and controls

25 lines (18 loc) · 1.33 KB

Version 1.0.1

  • Fixed output bug #9
  • Now it is possible to install T-RayX using nimble package manager.

Version 1.0.0

  • Fixed main and CLI #8
  • Added the possibility to override a variable (use --defineFloat in the CLI) previously defined in the input .txt file.
  • Now you can correctly render AABox and Cylinder using the PointLight tracer.
  • Major changes: now it is possible to use render command through the CLI. #7
  • Added a parser and a lexer in scenefiles.nim so that a .txt file can be used as input. #7

Version 0.2.0

  • Added Point Light Tracer #6
  • Added Antialiasing #6
  • Added the possibility to deploy differents shapes: Spheres, Axis Aligned Boxes and Cylinders #6
  • Added Path Tracer #6
  • Major changes: now it is possible to choose between pfm2pdf and demo command through a nice CLI. #5
  • Fix an issue with the vertical order of the images #4

Version 0.1.0

  • First release of the code