Browse Source

updated todo

Iver Martinson 7 months ago
parent
commit
8dec7f143b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      readme.md

+ 2 - 1
readme.md

@@ -86,4 +86,5 @@ Rasterizer + Iver = RasterIver
 - [ ] replace "RI_RequestObjects" with 2 functions, RI_CreateObject (which returns a pointer to the object) and RI_LoadObjectFile (which takes in an object file and a pointer). It'll be tough making the object data arrays basically dynamic, but it shouldn't be too hard. Maybe I'll make a termination sequence after each object's data points. Like [x, y, z..... NULL, 0, INFINITY, x, y, z......]. If I know the object I want to delete, I know the start and stopping points of all it's data points. All I have to do is cut them out. Is there a way to squish it back together though? Maybe I could shift all the other data points down, but if there is a substantial amount of them after the cut one, it could take forever.
 - [ ] antialiasing
 - [ ] fix gaps in thin lines
-- [ ] add "transformed" before verticies and normals memory buffers in main kernel to make it less confusing
+- [ ] add "transformed" before verticies and normals memory buffers in main kernel to make it less confusing
+- [ ] add overdraw buffer