SweetFX icon indicating copy to clipboard operation
SweetFX copied to clipboard

Added MIP map so image scales down nicer

Open rj200 opened this issue 3 years ago • 2 comments

Will fix aliasing that @Tom | Dermotius reported in Discord.

rj200 avatar Oct 07 '21 17:10 rj200

Code looks sane so far. I'll test it and polish it sometime this week.

CeeJayDK avatar Oct 11 '21 22:10 CeeJayDK

MipLevels = 8 can make the code not compile on DX11 if the texture layer resolution is less than 2^7

To ensure sanity, I think the MipLevels should be a custom preprocessor, with a default to 1 and a tooltip on how to set up proper MipLevel for each layer

ghost avatar Nov 04 '21 23:11 ghost