problem with EAAM_ALPHA_TO_COVERAGE

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
kaliber
Posts: 117
Joined: Sat Jan 17, 2009 12:51 pm

problem with EAAM_ALPHA_TO_COVERAGE

Post by kaliber »

i have a png transparent texture, and im using EMT_TRANSPARENT_ALPHA_CHANNEL_REF as the Material type.
after im change the antialias in the device creationparameter, and set the material antialiasing to EAAM_ALPHA_TO_COVERAGE

on my AMD Graphic card all fine, but when i test it on Nvidia :

the mesh become solid. the transparent area become just black, just like im not using a transparent texture. :shock:

any idea, what should i do ???
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: problem with EAAM_ALPHA_TO_COVERAGE

Post by hybrid »

Maybe some color format incompatibility. Could you please provide a test case for this so we can add it to our test suite and try to find a workaround?
kaliber
Posts: 117
Joined: Sat Jan 17, 2009 12:51 pm

Re: problem with EAAM_ALPHA_TO_COVERAGE

Post by kaliber »

hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: problem with EAAM_ALPHA_TO_COVERAGE

Post by hybrid »

Ok, thanks for the test. Works here under Intel gfx card as well. Don't have nvidia to test, but I'll add this to the test suite and maybe someone else can test it.
kaliber
Posts: 117
Joined: Sat Jan 17, 2009 12:51 pm

Re: problem with EAAM_ALPHA_TO_COVERAGE

Post by kaliber »

ok , thanks. :D
Post Reply