- Fixed output bug #9
- Now it is possible to install T-RayX using nimble package manager.
- 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
rendercommand through the CLI. #7 - Added a parser and a lexer in scenefiles.nim so that a .txt file can be used as input. #7
- 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
pfm2pdfanddemocommand through a nice CLI. #5 - Fix an issue with the vertical order of the images #4
- First release of the code