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
d52845f836
commit
bfb5e5bf1e
1 changed files with 4 additions and 0 deletions
4
todo.txt
4
todo.txt
|
@ -4,10 +4,14 @@ features:
|
|||
(e.g. a "low memory sort strategy" will turn z-buffer off and turn
|
||||
back-to-front sorting on).
|
||||
|
||||
- function for computing normals and lighting
|
||||
|
||||
- triangle sorting:
|
||||
- back-to-front (slower, better memory efficiency) DONE
|
||||
- front-to-back (faster, but needs 1bit stencil buffer) DONE
|
||||
|
||||
- function to set/clear stencil buffer -- can be useful
|
||||
|
||||
- dithered barycentric interpolation function that is faster than normal
|
||||
interpolation -- it will randomly picky one of three values, with greater
|
||||
probabilities at greater coords
|
||||
|
|
Loading…
Reference in a new issue