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-23 15:57:32 +02:00
parent a281af0ef6
commit 41ab117792

View file

@ -6,8 +6,9 @@ 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)
- Z-buffer: - Z-buffer:
- full - full DONE
- reduced (resolution and precision) - reduced (resolution and precision) DONE
- more reduced (4-bit)
- perspective correction modes: - perspective correction modes:
- none DONE - none DONE