Browse Source

updated todo list

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

+ 1 - 1
readme.md

@@ -49,7 +49,7 @@ Rasterizer + Iver = RasterIver
 - [x] add descriptions to RI functions
 - [x] add descriptions to RI functions
 - [ ] make a function call stack to review where errors happen or just debug stuff
 - [ ] 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
 - [ ] 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)
+- [x] add checks for invalid/nonexistant files (files like object files & texture files)
 - [x] perspective
 - [x] perspective
 - [x] euler rotation
 - [x] euler rotation
 - [ ] quaternion rotation
 - [ ] quaternion rotation