Page 1 of 1

png image antialiasing (transparency)?

Posted: 25 Nov 2013, 07:45
by ahmedsheeraz
Hi all,

my png image on a rectangle is going good but it is showing a jaggy black boundary around the image which is not in the image originally. I have already set multisampling in ventuz configuration to high settings. How can i get red of this black jaggy line? or should i use some other image format which holds transparency like tga, tiff? Image attached to have a look...

Re: png image antialiasing (transparency)?

Posted: 25 Nov 2013, 09:51
by Christian Krix Schmidt
Your scene hierarchy does not reflect your drawing order. In the Hierarchy Editor move the PNG (with Rect1) below the Cube1. This is exactly like in Photoshop or After Effects. The order in your scenes needs to be correct or transparency is not correct. Elements at the top in your Hierarchy get drawn first.

Re: png image antialiasing (transparency)?

Posted: 25 Nov 2013, 10:36
by ahmedsheeraz
i tried and strangely it worked :). It means node structure in hierarchy is overriding the 3d space for rendering objects. Unlike after effects in which if something is above on another layer in 3d space, layers structure doesn't matter. Anyways thanx.