UV Padding Question

It’s bleeding from mipmapping, there are various ways to avoid the issue, im using 2 different techniques for the packing function since it deals with arbitrary texture tile sizes, while in your case it would be easier to use a array texture probably. Padding also helps. Using THREE.LinearFilter might be already good enough too with anti-aliasing.

1 Like