Why singularity still exists after I split equirectangular map to cubic map?

I noticed the same artifact occurring with this tool.

Try changing the minification filter on your texture:

let texture = new THREE.TextureLoader().load(src);
texture.minFilter = NearestFilter;
2 Likes