04-06-2015, 12:57 PM
The AA needs work on Tartii. The point of AA is to remove the jaggies and create smoother looking lines. If you have a 45 degree diagonal line, it doesn't need AA because the line isn't jagged (Near her shoulder, on the wing. That dent should be removed too).
You're a programmer so maybe you can take a look at this code, http://www.codeproject.com/Articles/1336...-Algorithm to understand AA on the technical side. (I don't like the code much, but the important idea is there. AA based on where a superimposed line (or point) would be and how much it's within a pixel cell)
If you use AA, make sure the result is a visually smoother line. For example, the AA (selout?) on the wing outline (uhh the clothy part.. I don't know what its called) creates visually pointy and broken edges, instead of smooth and continuous edges.
You're a programmer so maybe you can take a look at this code, http://www.codeproject.com/Articles/1336...-Algorithm to understand AA on the technical side. (I don't like the code much, but the important idea is there. AA based on where a superimposed line (or point) would be and how much it's within a pixel cell)
If you use AA, make sure the result is a visually smoother line. For example, the AA (selout?) on the wing outline (uhh the clothy part.. I don't know what its called) creates visually pointy and broken edges, instead of smooth and continuous edges.