09-03-2022, 10:30 PM
(09-03-2022, 10:02 PM)Ofnuts Wrote: Of course not. If you need to handle half pixels, then scale the image 2x and handle full pixels
But instead of erasing half of the pixel, you can make it half-transparent (or make it a 50/50 color mix). This is exactly how anti-aliasing does it.
Can you tell me how plz or point me towards a tutorial