Open jul1278 opened 7 years ago
while(error < 0.5f) in FillIsoTriangle around line 146
while(error < 0.5f)
should there be another condition here to exit the loop? what if we run out of pixels before reaching error == 0.5?
while(error < 0.5f)
in FillIsoTriangle around line 146should there be another condition here to exit the loop? what if we run out of pixels before reaching error == 0.5?