Classify Beziers, use DeCasteljau for CPU renderer
authorSam Moore <[email protected]>
Mon, 1 Sep 2014 12:55:55 +0000 (20:55 +0800)
committerSam Moore <[email protected]>
Mon, 1 Sep 2014 12:55:55 +0000 (20:55 +0800)
I don't know how glDrawLines does it, but I can't get rid of the wiggles in straight lines done using CPU renderer.
So I switched to DeCasteljau.

Then I made it classify the lines and only use one Bresenham instead of 100 anyway.


No differences found

UCC git Repository :: git.ucc.asn.au