aboutsummaryrefslogtreecommitdiff
path: root/src/core
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-02Add matrix and transform implementationJulian T
2021-01-31Add Scene type and Sphere intersectJulian T
2021-01-30Finished initial film, reorganization and started work on shapesJulian T