Browse Source

updated todo list

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

+ 4 - 1
readme.md

@@ -72,4 +72,7 @@ Rasterizer + Iver = RasterIver
 - [ ] allow objects to have no texture
 - [ ] make checks for objects trying to have a texture, but no UV coords (generate them?)
 - [x] FOV
-- [ ] add materials
+- [ ] add materials
+- [ ] make another kernel that calculated transforms & perspective before rasterizing
+- [ ] add ability to request objects multiple times 
+- [ ] give objects IDs or some way to track them so that you can remove them dynamically