K 10 svn:author V 3 des K 8 svn:date V 27 2016-01-02T16:40:37.305461Z K 7 svn:log V 346 Replace the cosine table with a sine table, which (due to the vagaries of rounding) has better spread. Implement fp16_sin() to go along with fp16_cos(). In the rendering loop, switch from addition to subtraction so the center of the pattern will be a trough rather than a peak. This is completely arbitrary, of course, but looks better to me. END