Skip to content

Releases: pdelong42/toy-raytracer

2.1.0

31 Jul 22:24
Compare
Choose a tag to compare

Added support for command-line args.

2.0.1

30 Jul 14:00
Compare
Choose a tag to compare

Fixed the unit tests, which were failing because I forgot to modify them to accommodate for the fact that the scene description includes color now.

Now in Color!

29 Jul 14:04
Compare
Choose a tag to compare

The code now supports color. The major version has been bumped-up, since I had to break the compatibility with the original scene description data structure.

1.0.1

30 Jul 14:01
Compare
Choose a tag to compare

Fixed a bug in which the x and y axes were erroneously transposed.

It works, that's it for now

25 Jul 15:27
Compare
Choose a tag to compare

I'm tagging this as a major release, because it works. My working definition of "it works" is: it reproduces the functionality of the code I ported it from.

I intend to expand upon the original functionality. Its original author only presented it as a pedagogical example, and fully copped to its basic nature and simplifying assumptions.