Page 1 of 1

Aliasing

Posted: Thu Nov 07, 2013 5:56 pm
by jagger
Hi, maybe its a silly thing but I cant find a fix.

When I have a scene with for example a cube and a plane and use the pathtracing engine I get aliasing artifacts in the contour of the objects that have "background" I mean, the objects that are with alpha.

any idea?

Re: Aliasing

Posted: Fri Nov 08, 2013 9:05 am
by bepeg4d
Hi, you need to save the render with alpha at 16 or 32bit for best results ;)
ciao beppe

Re: Aliasing

Posted: Fri Nov 08, 2013 10:11 am
by MakeEmSay
You might also want to check the 'premultiply alpha' box in the camera imager tab. This fixes a lot of alpha issues for me :)

Re: Aliasing

Posted: Fri Nov 08, 2013 11:56 am
by jagger
yeah! that was the premultiply alpha thing in the camera

thanks very much

Re: Aliasing

Posted: Fri Nov 08, 2013 12:07 pm
by MakeEmSay
No problem!