Hello everyone,
I have a problem with static meshes in ue5, so, i let you watch the video so you can understand
https://drive.google.com/file/d/1iKadLaTiJ7r4JD6ca-6TCTcGT8WsBOAd/view?usp=sharing
I’ve looked everywhere but can’t find anything.
Someone have a solution please ?
I wish you a good day !
3dRaven
(3dRaven)
April 22, 2023, 8:59pm
2
Are you using Temporal Super Resolution (TSR)? It could be an artifact of trying to upscale and reconstruct the image based on previous frames.
You could also try different Anti aliasing modes. Perhaps MSAA (even though more taxing) or FXAA could eliminate this problem?
1 Like
Hello,
i use TSR but it’s the best mode.
I tried the other modes and it makes it worse.
this does not solve the problem.
3dRaven
(3dRaven)
April 22, 2023, 9:20pm
4
Try turning off any antialiasing mode and see if the power line tower stabilizes. You can then narrow down if its AAa that is causing the flicker.
Is the tower a nanite mesh? Could it be dynamically changing its lod structure?
1 Like
When i disable all anti-aliasing modes, it’s worse.
even if the tower is a nanite mesh or not, the flicker is still present.
I have already tried to change the number of LOD, it does not work.
3dRaven
(3dRaven)
April 22, 2023, 9:29pm
6
Try to force it to stay at the highest level of detail. Is it using alpha maps for the cross sections or meshes? Perhaps it could be a texture mipmap setting that is changing the way it looks at a distance if it’s texture based.
1 Like
I have already put a forced LOD level, when it’s LOD 0, the tower have 16242 triangles.
I don’t know what is alpha maps.
3dRaven
(3dRaven)
April 22, 2023, 9:36pm
8
Could it be a post process volume problem? Perhaps a low setting of depth of field is messing with the screen representation of distant objects due to low sample rates?
1 Like
Allright,
I have a post-process volume for landscape.
How set this parameter please ? (sample rate)
3dRaven
(3dRaven)
April 22, 2023, 9:49pm
10
You can try turning off the up sampling from the command line and see if it improves.
1 Like
Thank you for this evening tips.
i will try this tomorrow because it’s time to sleep lol.
Maybe, see you tomorrow.
Hello,
I have typed the command line and this does not solve the problem.
Jgxxxx
(Jgxxxx)
October 21, 2024, 10:46am
13
Same issue, happened after I moved the pivot point
Any suggestions?
3dRaven
(3dRaven)
October 21, 2024, 4:48pm
14
It could be a bounds issue. Check this YT video regarding object bounds and some edge cases
Jgxxxx
(Jgxxxx)
October 21, 2024, 8:40pm
15
Unfortunately already tried that but it didn’t help.
Most likely I messed something up when changing the pivot point, the mesh is kind of half hidden in the preview window. I’m not a modeller lol.
I will try re-importing and redoing tomorrow, but would be nice to know what I did wrong