anti-alias
I want to develop a simple 2d game using direct x 7.0.
and Poser 4.0 for the sprites of human characters.
I know that the anti-alias must dis-abled to avoid an "aurea" when two sprites overlap, for example a character and the background.
The point is that there is a great quality difference beetwen an anti-aliased and a non anti-aliased sprite.
Does anyone know a "trick" to overcome this problem
You can antialias in real time in the game, however this tends to be kind of slow....
Shoot Pixels Not People
September 26, 2001 01:32 PM
Drakonite
Thanks for your suggestion.
How can I antialias in real time using direct draw?
I have two game programming books but both of them suggest to disable anti alias when rendering the sprite off line.
they do not mention this " trick ".
thanks in advance
Thanks for your suggestion.
How can I antialias in real time using direct draw?
I have two game programming books but both of them suggest to disable anti alias when rendering the sprite off line.
they do not mention this " trick ".
thanks in advance
The only way to get a cheap anti-aliasing effect is to use 3d polygons and alpha blend them with the background. You probably don''t want to do that since you said you wanted to make a 2d game using DX7 (DX8 would probably be better for the alpha blending stuff).
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement