mvs-texturing icon indicating copy to clipboard operation
mvs-texturing copied to clipboard

the border of images in every texture_patch has blurred region

Open tftangming opened this issue 5 years ago • 1 comments

I observe the texture_atlases images including all the texture_patch images and find these images has blurred region, and how it is generated in which stage? xam_25dtexture_material0009_map_Kd

tftangming avatar Sep 14 '20 05:09 tftangming

This is the edge padding that is applied to prevent mipmapping artifacts. See https://github.com/nmoehrle/mvs-texturing/blob/master/libs/tex/texture_atlas.cpp#L103. Hope this helps :-)

nmoehrle avatar Feb 03 '21 22:02 nmoehrle