I’ve got a project that loads up BP_Actors as 360 sphere maps.
All the mechanics are fine but I’ve noticed that the texture is noisy when displayed in game, like it’s pixelated or crushed.
(I can’t load the image as it’s for a client)
I’ve tried a few things but it only ever gets worse.
Is this a limitation of the texture size? and if so would it be better to cut it down into smaller parts? so instead of one sphere trying to display an 8K map I’d have 4 quarters of a sphere with 4 2k maps?
I have, spent a while messing around with the Mip Gen settings without knowing what they exactly do. I did try changing it from colour to linear colour and doing the relevant changes but that only displayed as massively pixelated.
Are we agreed it’s purely to do with Mip settings and nothing else? Just so I know what to look at above other things.
Hard to say for sure. My two other thoughts are that it could be a texture memory/streaming thing or possibly something to do with the UVs on the mesh. (similar compression/pixelization occurs on other meshes?)