Thursday, December 23, 2004

December 21, 2004

Solved the "white lines/bands" problem reported by customer.
It was the problem in the algorithm used for rasterization.
The if condition in the finction InsertEdge was the place where correction was done.
It was sorting based only on xIntersect member. It also has to look at yUpper.