kristiker/source1import

adj: Nice mipmap filtering on albedos

kristiker opened this issue · 0 comments

Source uses Nice which makes those textures sharp, but Source 2 has Box as default. However in adj you can switch algorithms

example txt

"settings"
{
	"mip_algorithm"		"Nice"
	"mip_filter_strength"		"1.000000"
	"nolod"		"1"
}

image