
Blending Outlines
Posted Friday, 29 May, 2009 - 09:28 by Soundbomber inDoes anyone know of a blending combination that would blend (or antialias) a line with its background but not with other objects in the scene?
I have a number of outlined polygons which, depending on the viewpoint, could all appear aligned behind each other. When this is the case the outlines (when using conventional blending) appear darker than they would if they were not aligned, presumably because each line is being blended with the next.
Anyone any pointers?


Comments
Re: Blending Outlines
Most of my shapes consist of a couple of closed polygons, separated by a number of lines that link the two together.
Re: Blending Outlines
Some suggestions:
Hope this helps :)
Re: Blending Outlines
Thanks. A couple of new slants on the problem!
Have already tried changing the depth range inbetween drawing the solids and the outline.
Drawing the points is a new one which I will definitely try, am just in the process of implementing the line-loop/line combo and it is turning into more than a few minutes work.
Thanks for the suggestions.