mirror of
https://git.coom.tech/drummyfish/small3dlib.git
synced 2024-11-21 20:39:57 +01:00
Add todos
This commit is contained in:
parent
15d17a9c02
commit
eadd5685fa
1 changed files with 6 additions and 0 deletions
6
todo.txt
6
todo.txt
|
@ -12,6 +12,12 @@ features:
|
||||||
|
|
||||||
- function to set/clear stencil buffer -- can be useful
|
- function to set/clear stencil buffer -- can be useful
|
||||||
|
|
||||||
|
- Create and use the same function for determining CW/CCW AND left/right vertex
|
||||||
|
determination in triangle drawing.
|
||||||
|
|
||||||
|
- Check (and possibly fix) if any barycentric coord ever exceeds the range
|
||||||
|
<0,255> due to rounding errors etc.
|
||||||
|
|
||||||
- dithered barycentric interpolation function that is faster than normal
|
- dithered barycentric interpolation function that is faster than normal
|
||||||
interpolation -- it will randomly picky one of three values, with greater
|
interpolation -- it will randomly picky one of three values, with greater
|
||||||
probabilities at greater coords
|
probabilities at greater coords
|
||||||
|
|
Loading…
Reference in a new issue