Is it possible to use anti aliasing in VB, using BitBlt or something similar? Or do you need to use DX? Also can you only do it in fullscreen?
Thanks.
-Git
Printable View
Is it possible to use anti aliasing in VB, using BitBlt or something similar? Or do you need to use DX? Also can you only do it in fullscreen?
Thanks.
-Git
the easiest way is D3D, but it often makes problems, so you could use the reference rasterizer, it will give you a nice pic, but in some cases you can also use some windows dlls. what do you want to use it for?
I'm using it for a turn based tile based game. The game is only 640 x 480, so I was thinking if I used it on it in either a window or fullscreen it would make it look a lot better.
I'd really prefer not to use Direct X as I don't know much of it yet...
Thanks.
-Git
so you want to have antialiaised sprites? Hm you can also play around with the opcodes, but aslong as you do this in normal GDI it will be freaking slow.