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-05-30 20:20:18 +02:00
parent aa8cc634ba
commit 39b92b7fb5

View file

@ -8,6 +8,8 @@ features:
- back-to-front (slower, better memory efficiency) - back-to-front (slower, better memory efficiency)
- front-to-back (faster, but needs 1bit stencil buffer) - front-to-back (faster, but needs 1bit stencil buffer)
- option to disable baycentric coordinates computing
- Z-buffer: - Z-buffer:
- full DONE - full DONE
- reduced (resolution and precision) DONE - reduced (resolution and precision) DONE