1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/small3dlib.git synced 2024-11-21 20:39:57 +01:00

Update todo

This commit is contained in:
Miloslav Číž 2019-06-22 22:11:37 +02:00
parent fdfae89941
commit 80eb80b9bd

View file

@ -21,10 +21,10 @@ features:
- Optimize persp. correction! - Optimize persp. correction!
- Create and use the same function for determining CW/CCW AND left/right vertex - Create and use the same function for determining CW/CCW AND left/right vertex
determination in triangle drawing. determination in triangle drawing. DONE
- Check (and possibly fix) if any barycentric coord ever exceeds the range - Check (and possibly fix) if any barycentric coord ever exceeds the range
<0,255> due to rounding errors etc. <0,255> due to rounding errors etc. DONE
- 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