From eadd5685fa0110e8275309a1fa271650a81f3fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 10 Jun 2019 20:02:57 +0200 Subject: [PATCH] Add todos --- todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/todo.txt b/todo.txt index 4c9663e..acac9be 100644 --- a/todo.txt +++ b/todo.txt @@ -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