|
Always make sure your texture(blueprint) dimensions are squares of two.
if your image dimensions aren't 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, or so on... it's not going to display optimally in the viewport. Furthermore, textures larger than 2048x2048 may start loosing quality within the viewports, as some graphics cards may not be able to render those properly, if at all.
|