1
0
Fork 0
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:
Miloslav Číž 2019-06-10 20:02:57 +02:00
parent 15d17a9c02
commit eadd5685fa

View file

@ -12,6 +12,12 @@ features:
- 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
interpolation -- it will randomly picky one of three values, with greater
probabilities at greater coords