1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00
This commit is contained in:
Miloslav Číž 2019-06-14 02:02:11 +02:00
parent eae52f531f
commit 133900b923
2 changed files with 2 additions and 1 deletions

View file

@ -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];

View file

@ -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