aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)Author
2021-02-03Work on camera implementation using Transformationscamera-using-transformJulian T
Not sure if this is really neccesary, will take that later, now it is saved on this commit. The reason it ditched it is that it requires the ability to inverse matrixes, which is really complicated
2021-02-02Added documentation for many of the modulesJulian T
2021-02-01Add test for None sphere intersectJulian T
2021-01-31Add Scene type and Sphere intersectJulian T
2021-01-30Finished initial film, reorganization and started work on shapesJulian T
2021-01-29Finish get_tile on FilmJulian T
2021-01-28Unfinished filmJulian T
2021-01-25Started work on implementing vectors bounding and filmJulian T