aboutsummaryrefslogtreecommitdiff
path: root/src/core/matrix4x4.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-02Add matrix and transform implementationJulian T