Forum Discussion
Stonety
Apr 15, 2026Brass Contributor
How to fix texturing issue on Windows PC?
I made a custom shape by using a boolean, and when I tried to add a texture to it the inside of the wedge, I found it overlaps with the main outside. I don't know how to fix this so they aren't overl...
Leonardfu
Apr 16, 2026Brass Contributor
When you use a Boolean modifier (whether for Difference, Union, or Intersect), the resulting object inherits both UV maps from the original objects. Neither of these old UV maps works correctly with the new geometry created by the Boolean operation. That's why your texture is overlapping and glitching on the inside of the wedge—the UV coordinates are confused about which faces belong where.