From: Sam Moore Date: Mon, 1 Sep 2014 12:55:55 +0000 (+0800) Subject: Classify Beziers, use DeCasteljau for CPU renderer X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=commitdiff_plain;h=8b3424a48d2d2e20de1a0e60ff6e1d84b9b5e226;hp=8b3424a48d2d2e20de1a0e60ff6e1d84b9b5e226 Classify Beziers, use DeCasteljau for CPU renderer 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. ---