Sprites not recieveing Anti-Aliasing

Started by
1 comment, last by wizzy121 12 years, 1 month ago

Hi Guys,

I have created a quick framework for a game I am working on that uses sprites for all of the graphical content.

I have turned on AA in d3dpp.

d3dpp.MultiSampleQuality=2;
d3dpp.MultiSampleType=D3DMULTISAMPLE_NONMASKABLE;

But, the AA doesn't seem to have any effect on my sprites. The edges are still clearly pixelated with no blending at all.

Is this normal for sprites in DirectX 9.0c?

Also, the sprites are in screen space if that makes any difference.

Thanks in advance smile.png

Advertisement
Solved it.

Thanks for your help.
How did you solve it?

Are you using D3DXSprite or roll-your-own??

This topic is closed to new replies.

Advertisement