mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add todo
This commit is contained in:
parent
eae52f531f
commit
133900b923
2 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,6 @@ void drawPixel(S3L_PixelInfo *p)
|
|||
color[2] = light / 2 + p->modelIndex * 127;
|
||||
}
|
||||
|
||||
|
||||
frameBuffer[index] = color[0];
|
||||
frameBuffer[index + 1] = color[1];
|
||||
frameBuffer[index + 2] = color[2];
|
||||
|
|
2
todo.txt
2
todo.txt
|
@ -76,6 +76,8 @@ bugs:
|
|||
- Any of them can exceed the range <0,511>
|
||||
- b0 + b1 can be > 511, which causes b2 (= 511 - b0 - b1) to be negative!
|
||||
|
||||
- Depth artifacts with PC != 0, can be seen very well in the HQ offline demo.
|
||||
|
||||
repeated:
|
||||
|
||||
- valgrind (and similar) checks
|
||||
|
|
Loading…
Reference in a new issue