Browse Source

updated todo list

iver 7 months ago
parent
commit
5b76658a0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -31,7 +31,7 @@ Rasterizer + Iver = RasterIver
 - [ ] make a function call stack to review where errors happen or just debug stuff
 - [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
 - [ ] add checks for invalid/nonexistant files (files like object files & texture files)
-- [ ] perspective
+- [x] perspective
 - [x] euler rotation
 - [ ] quaternion rotation
 - [ ] sheer transform (and other fancy ones?)