Browse Source

updated todo list

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

+ 1 - 1
readme.md

@@ -48,7 +48,7 @@ Rasterizer + Iver = RasterIver
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
 - [ ] make kernels not be in strings (read the file at compile time and put it inside rasteriver.c as a string? put it in a header like how it is now?)
 - [x] change all iterator variables in for loops to have "i_" before it's variable name
 - [x] change all iterator variables in for loops to have "i_" before it's variable name
 - [x] add descriptions to RI functions
 - [x] add descriptions to RI functions
-- [ ] optimize object memory usage by not loading object data multiple times when the same object is requested
+- [x] optimize object memory usage by not loading object data multiple times when the same object is requested
 - [x] 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